summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-09-10 15:04:08 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-09-10 15:04:08 +0200
commit78e9c7c4d2c4ec09cce403066f09a5a7e08e994e (patch)
tree6387a9dbcc871ad862cfd94a7e80fdf7f77a8481 /ChangeLog
parenteb704286810bfd558b5fe43c1a50837c1b61f62c (diff)
downloadrsyslog-78e9c7c4d2c4ec09cce403066f09a5a7e08e994e.tar.gz
rsyslog-78e9c7c4d2c4ec09cce403066f09a5a7e08e994e.tar.xz
rsyslog-78e9c7c4d2c4ec09cce403066f09a5a7e08e994e.zip
bugfix: repeated messages were incorrectly processed
this could lead to loss of the repeated message content. As a side- effect, it could probably also be possible that some segfault occurs (quite unlikely). The root cause was that some counters introduced during the malloc optimizations were not properly duplicated in MsgDup(). Note that repeated message processing is not enabled by default.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb4bb2d9..1a8cb598 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
---------------------------------------------------------------------------
Version 4.5.3 [v4-beta] (rgerhards), 2009-08-??
+- bugfix: repeated messages were incorrectly processed
+ this could lead to loss of the repeated message content. As a side-
+ effect, it could probably also be possible that some segfault occurs
+ (quite unlikely). The root cause was that some counters introduced
+ during the malloc optimizations were not properly duplicated in
+ MsgDup(). Note that repeated message processing is not enabled
+ by default.
- bugfix: message sanitation had some issues:
- control character DEL was not properly escaped
- NUL and LF characters were not properly stripped if no control