[Bug 273] New: 3.5.3 segfault on match against some macros
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@balabit.hu ReportedBy: erempel@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.
https://bugzilla.balabit.com/show_bug.cgi?id=273 --- Comment #1 from Balazs Scheidler <bazsi@balabit.hu> 2014-03-06 20:55:37 --- I remember merging a fix for something similar to 3.6 Im on a phone right now making it difficult to browse patches. Algernon, does it ring a bell for you? -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugzilla.balabit.com/show_bug.cgi?id=273 Gergely Nagy <algernon@balabit.hu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |algernon@balabit.hu Resolution| |FIXED Status|NEW |RESOLVED --- Comment #2 from Gergely Nagy <algernon@balabit.hu> 2014-03-12 13:51:45 --- I picked the appropriate patch from 3.6 to 3.5/master, and verified that the problem is not reproducible anymore. The fix will be in the 3.5.4 release due in a few hours. -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla@bugzilla.balabit.com