summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-12-20 16:39:39 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-12-20 16:39:39 +0100
commitf112b51b8d6c358b87ac608112d393adb047ea0f (patch)
treed97b7c6f228415eae94ab177565ac12691d7fd27 /ChangeLog
parentdb137ef8c1b3f8b24ccf9b3b4bfed4fdf493916a (diff)
downloadrsyslog-f112b51b8d6c358b87ac608112d393adb047ea0f.tar.gz
rsyslog-f112b51b8d6c358b87ac608112d393adb047ea0f.tar.xz
rsyslog-f112b51b8d6c358b87ac608112d393adb047ea0f.zip
bugfix: imuxsock did truncate part of received message if it did not contain a proper date.
The truncation occured because we removed that part of the messages that was expected to be the date. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=295
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26d6762a..3f5031ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
---------------------------------------------------------------------------
Version 5.8.7 [V5-stable] 2011-??-??
+- bugfix: imuxsock did truncate part of received message if it did not
+ contain a proper date. The truncation occured because we removed that
+ part of the messages that was expected to be the date.
+ closes: http://bugzilla.adiscon.com/show_bug.cgi?id=295
- bugfix: potential abort after reading invalid X.509 certificate
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=290
Thanks to Tomas Heinrich for the patch