summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-08-31 11:17:30 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-08-31 11:17:30 +0200
commita4745f2afac60c28be53088050e9481b30926361 (patch)
tree20a2788c7f874f05c873b5e3a0949ac9b5ee91c4 /ChangeLog
parent645a8541d5bbd7cfc0dd9e9f434cce280acf7af8 (diff)
downloadrsyslog-a4745f2afac60c28be53088050e9481b30926361.tar.gz
rsyslog-a4745f2afac60c28be53088050e9481b30926361.tar.xz
rsyslog-a4745f2afac60c28be53088050e9481b30926361.zip
bugfix: mark message processing did not work correctly
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e0650aaa..de4e4b5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
---------------------------------------------------------------------------
Version 5.8.5 [V5-stable] (rgerhards/al), 2011-09-01
- bugfix/security: off-by-two bug in legacy syslog parser, CVE-2011-3200
+- bugfix: mark message processing did not work correctly
- bugfix: potential hang condition during tag emulation
- bugfix: too-early string termination during tag emulation
- bugfix: The NUL-Byte for the syslogtag was not copied in MsgDup (msg.c)