summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-04-08 18:59:15 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-04-08 18:59:15 +0200
commit1cfa08749b1c474de850f693915b9a32d456c593 (patch)
treee360cdddb66faecef8ec9e600025570728f6d1bd /ChangeLog
parent51e690f720b4a53a431e7a536b2fe8c25e866f7d (diff)
downloadrsyslog-1cfa08749b1c474de850f693915b9a32d456c593.tar.gz
rsyslog-1cfa08749b1c474de850f693915b9a32d456c593.tar.xz
rsyslog-1cfa08749b1c474de850f693915b9a32d456c593.zip
bugfix: solved potential memory leak in msg processing
could manifest itself in imtcp (loss of a few bytes for *each* received message - but depended on config) -- this was newly introduced
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98146600..c99cc00d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@ Version 4.1.7 [DEVEL] (rgerhards), 2009-03-??
of loadable library modules.
- added new RainerScript function "tolower"
- improved testbench, added tests for tcp-based reception
+- bugfix: solved potential memory leak in msg processing, could manifest
+ itself in imtcp
---------------------------------------------------------------------------
Version 4.1.6 [DEVEL] (rgerhards), 2009-04-07
- added new "csv" property replacer options to enable simple creation