diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-11-24 11:14:21 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-11-24 11:14:21 +0100 |
commit | 925504d565c6cf4a712dd8c8217891662aaf639e (patch) | |
tree | c52aa2dc6370c9e9b5fcca6c3bdf478e0c899959 /ChangeLog | |
parent | 33a2855c69bf1a86ca658fcbcee8eea6b6e23221 (diff) | |
download | rsyslog-925504d565c6cf4a712dd8c8217891662aaf639e.tar.gz rsyslog-925504d565c6cf4a712dd8c8217891662aaf639e.tar.bz2 rsyslog-925504d565c6cf4a712dd8c8217891662aaf639e.zip |
bugfix(important): problem in TLS handling could cause rsyslog to loopv3.22.3
... in a tight loop, effectively disabling functionality and bearing the
risk of unresponsiveness of the whole system.
Bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=194
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,4 +1,10 @@ --------------------------------------------------------------------------- +Version 3.22.3 [v3-stable] (rgerhards), 2010-11-24 +- bugfix(important): problem in TLS handling could cause rsyslog to loop + in a tight loop, effectively disabling functionality and bearing the + risk of unresponsiveness of the whole system. + Bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=194 +--------------------------------------------------------------------------- Version 3.22.2 [v3-stable] (rgerhards), 2010-08-05 - bugfix: comment char ('#') in literal terminated script parsing and thus could not be used. |