summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-01-12 13:05:45 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-01-12 13:05:45 +0100
commit20ff1ed403f05606b68c13e4d5c591c6b8706f86 (patch)
tree9f336d20cab6225ca0a92371271797476b0ec826 /ChangeLog
parent197d980f5b1fabef40d908f2aaf51c5be184c0e2 (diff)
downloadrsyslog-20ff1ed403f05606b68c13e4d5c591c6b8706f86.tar.gz
rsyslog-20ff1ed403f05606b68c13e4d5c591c6b8706f86.tar.xz
rsyslog-20ff1ed403f05606b68c13e4d5c591c6b8706f86.zip
fixed a potential segfault condition with $AllowedSender directive
On HUP, the root pointers were not properly cleaned up. Thanks to Michael Biebel, olgoat, and Juha Koho for reporting and analyzing the bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1abdb9ca..cf7f0ef2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+- fixed a potential segfault condition with $AllowedSender directive
+ On HUP, the root pointers were not properly cleaned up. Thanks to
+ Michael Biebel, olgoat, and Juha Koho for reporting and analyzing
+ the bug.
- some legacy options were not correctly processed.
Thanks to varmojfekoj for the patch.
- doc bugfix: some spelling errors in man pages corrected. Thanks to