summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-30 16:33:47 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-30 16:33:47 +0000
commita66a5977865c99fffd560ab314d11c7b4585192c (patch)
tree8ba1784f1993e715459d848cf5ca8ff913816e28 /ChangeLog
parent8618cc00b014dde7e7a3c20740757cab0ff0b007 (diff)
downloadrsyslog-a66a5977865c99fffd560ab314d11c7b4585192c.tar.gz
rsyslog-a66a5977865c99fffd560ab314d11c7b4585192c.tar.xz
rsyslog-a66a5977865c99fffd560ab314d11c7b4585192c.zip
fixed insufficient memory allocation in addAction() and its helpers. The
initial fix and idea was developed by mildew, I fine-tuned it a bit. Thanks a lot for the fix, I'd probably had pulled out my hair to find the bug...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26e7be8b..29eaed88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@ Version 1.17.6 (rgerhards), 2007-07-3?
forgotten - thanks to varmojfekoj for the patch
- fixed a memory leak in syslogd/init() that happend when the config
file could not be read - thanks to varmojfekoj for the patch
+- fixed insufficient memory allocation in addAction() and its helpers.
+ The initial fix and idea was developed by mildew, I fine-tuned
+ it a bit. Thanks a lot for the fix, I'd probably had pulled out my
+ hair to find the bug...
---------------------------------------------------------------------------
Version 1.17.5 (rgerhards), 2007-07-30
- continued to work on modularization