[syslog-ng] [Bug 273] New: 3.5.3 segfault on match against some macros

bugzilla at bugzilla.balabit.com bugzilla at bugzilla.balabit.com
Thu Mar 6 18:53:35 CET 2014


https://bugzilla.balabit.com/show_bug.cgi?id=273

           Summary: 3.5.3 segfault on match against some macros
           Product: syslog-ng
           Version: 3.5.x
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: unspecified
         Component: syslog-ng
        AssignedTo: bazsi at balabit.hu
        ReportedBy: erempel at uvic.ca
Type of the Report: ---
   Estimated Hours: 0.0


If I include any match against the time related macros, syslog-ng seg faults.

Seems that *SEC and UNIXTIME are affected at the very least

Very simple conf and all blows up.



@version: 3.5

source s_test   { internal(); } ;

destination d_var_syslog {
    file("/var/log/syslog.log" owner("root") group("syslogs") perm(0640) );
};

filter f_one            { match("1" value("R_SEC") ); };

log {
        source(s_test);
        log { filter(f_one); destination(d_var_syslog); };
};


-- 
Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the syslog-ng mailing list