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.