summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarius Tomaschewski <mt@suse.de>2011-08-09 12:25:46 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-08-09 12:25:46 +0200
commit9bea045e60fa612336ae6a78267284bcec2e9e25 (patch)
treed57e026558cf9c49b04d8d35dc5e327399c5edaf /ChangeLog
parenta3953fbee90045b96bd5ef44b64883a6bff57fee (diff)
downloadrsyslog-9bea045e60fa612336ae6a78267284bcec2e9e25.tar.gz
rsyslog-9bea045e60fa612336ae6a78267284bcec2e9e25.tar.xz
rsyslog-9bea045e60fa612336ae6a78267284bcec2e9e25.zip
bugfix: memcpy overflow can occur in allowed sender checking
...if a host name is resolved to IPv4-mapped-on-IPv6 address. Found by Ismail Dönmez at suse. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 43c266ae..785a60eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
---------------------------------------------------------------------------
Version 4.6.8 [v4-stable] (rgerhards), 2011-??-??
- bugfix: potential misadressing in property replacer
+- bugfix: memcpy overflow can occur in allowed sender checkig
+ if a name is resolved to IPv4-mapped-on-IPv6 address
+ Found by Ismail Dönmez at suse
---------------------------------------------------------------------------
Version 4.6.7 [v4-stable] (rgerhards), 2011-07-11
- added support for the ":omusrmsg:" syntax in configuring user messages