[Bug 36] New: tls crash when used as a syslog client
https://bugzilla.balabit.com/show_bug.cgi?id=36 Summary: tls crash when used as a syslog client Product: syslog-ng Version: 3.0.x Platform: All OS/Version: All Status: NEW Severity: critical Priority: unspecified Component: syslog-ng AssignedTo: bazsi@balabit.hu ReportedBy: bana@docisland.org Type of the Report: --- Estimated Hours: 0.0 There is a typo in the cfg-grammar.y file which prevents tls context initialization and then crash syslog-ng when used as a tls client. Here is the tiny patch: @@ -895,7 +895,7 @@ : dest_afinet_option | KW_TLS { -#if ENABLE_TLS +#if ENABLE_SSL last_tls_context = tls_context_new(TM_CLIENT); #endif } -- 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=36 Balazs Scheidler <bazsi@balabit.hu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Target Milestone|--- |3.0.2 --- Comment #1 from Balazs Scheidler <bazsi@balabit.hu> 2009-03-06 16:57:26 --- fixed with this patch. Thanks for reporting it. commit c8a231b573283fcd7204ff402f186acb25c980a5 Author: Balazs Scheidler <bazsi@balabit.hu> Date: Fri Mar 6 13:51:36 2009 +0100 fixed a segfault in SSL support Due to a typo some parts of the SSL compilation were not compiled in, causing a segmentation fault during startup. -- 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