[syslog-ng] [Bug 36] New: tls crash when used as a syslog client
bugzilla at bugzilla.balabit.com
bugzilla at bugzilla.balabit.com
Fri Mar 6 10:18:59 CET 2009
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 at balabit.hu
ReportedBy: bana at 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.
More information about the syslog-ng
mailing list