summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-08-30 14:47:37 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-08-30 14:47:37 +0200
commitd654e51e2c54e6042a73ee6c95062c916161cdbe (patch)
treec3ce6661e5848f4b2723a2e994ec90222f04ca45
parentbb7cd632d5567ddf1982f43722b7adb8fa67a795 (diff)
downloadrsyslog-d654e51e2c54e6042a73ee6c95062c916161cdbe.tar.gz
rsyslog-d654e51e2c54e6042a73ee6c95062c916161cdbe.tar.xz
rsyslog-d654e51e2c54e6042a73ee6c95062c916161cdbe.zip
added bug info to ChangeLog
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 721104fc..bbdfc911 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
---------------------------------------------------------------------------
-Version 4.6.8 [v4-stable] (rgerhards), 2011-??-??
+Version 4.6.8 [v4-stable] (rgerhards), 2011-09-01
+- bugfix/security: off-by-two bug in legacy syslog parser, CVE-2011-3200
- bugfix: potential misadressing in property replacer
-- bugfix: memcpy overflow can occur in allowed sender checkig
+- bugfix: memcpy overflow can occur in allowed sender checking
if a name is resolved to IPv4-mapped-on-IPv6 address
Found by Ismail Dönmez at suse
- bugfix: The NUL-Byte for the syslogtag was not copied in MsgDup (msg.c)