summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-08-09 12:29:30 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-08-09 12:29:30 +0200
commitd28f4610657672220999eacd5aa2f5a25d994c42 (patch)
treeea4ff3079fe75cde6fe53a08858f3dc07ee4f14d
parent41043f3f0769feb3ef8f826006c6f863b1ae06fa (diff)
downloadrsyslog-d28f4610657672220999eacd5aa2f5a25d994c42.tar.gz
rsyslog-d28f4610657672220999eacd5aa2f5a25d994c42.tar.xz
rsyslog-d28f4610657672220999eacd5aa2f5a25d994c42.zip
cosmetic: add imported bugfix to ChangeLog
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3ab4f15..011c39cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
---------------------------------------------------------------------------
Version 5.8.4 [V5-stable] (al), 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 5.8.3 [V5-stable] (rgerhards), 2011-07-11
- systemd support: set stdout/stderr to null - thx to Lennart for the patch