summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-09-29 14:22:11 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-09-29 14:22:11 +0200
commit536415cf3dba053b0d2294b7f1dc8e34328e795f (patch)
tree5bd199751cfcc575e8d382e13025d6e1ad819009 /ChangeLog
parent5c6eee3e440e486a1b2aeef7eeebb766509d79dc (diff)
downloadrsyslog-536415cf3dba053b0d2294b7f1dc8e34328e795f.tar.gz
rsyslog-536415cf3dba053b0d2294b7f1dc8e34328e795f.tar.xz
rsyslog-536415cf3dba053b0d2294b7f1dc8e34328e795f.zip
bugfix: invalid handling of zero-sized messages
could lead to mis-addressing and potential memory corruption/segfault
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6272aee2..abec5762 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
---------------------------------------------------------------------------
Version 4.4.2 [v4-stable] (rgerhards), 2009-09-??
+- bugfix: invalid handling of zero-sized messages, could lead to mis-
+ addressing and potential memory corruption/segfault
- bugfix: random data could be appended to message, possibly causing
segfaults
- bugfix: reverse lookup reduction logic in imudp do DNS queries too often