summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-09-23 13:26:57 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-09-23 13:26:57 +0200
commit765575e41f366135fe32ce888cfcc396617747c3 (patch)
tree67a90c115d9deb2e0fa7170a8a33ebd8a25c6328 /ChangeLog
parentc66dbfd3f7dc17bdd988cc78dc77541eb054d2bd (diff)
downloadrsyslog-765575e41f366135fe32ce888cfcc396617747c3.tar.gz
rsyslog-765575e41f366135fe32ce888cfcc396617747c3.tar.xz
rsyslog-765575e41f366135fe32ce888cfcc396617747c3.zip
added doc on malformed messages, cause and how to work-around, to the doc set
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index acffe09e..da644d28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
---------------------------------------------------------------------------
Version 3.18.5 (rgerhards), 2008-10-??
+- added doc on malformed messages, cause and how to work-around, to the
+ doc set
- bugfix: imudp input module could cause segfault on HUP
It did not properly de-init a variable acting as a linked list head.
That resulted in trying to access freed memory blocks after the HUP.