summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-08-26 12:57:06 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-08-26 12:57:06 +0200
commitaba8792c8a82ef52a3188ee7295e501ca21dae3b (patch)
tree5861cbe60f1bda08e700c15a6a0b69e084dcc6ea /ChangeLog
parentc024a3784fbab28d724e038b784d3b72125848c4 (diff)
downloadrsyslog-aba8792c8a82ef52a3188ee7295e501ca21dae3b.tar.gz
rsyslog-aba8792c8a82ef52a3188ee7295e501ca21dae3b.tar.xz
rsyslog-aba8792c8a82ef52a3188ee7295e501ca21dae3b.zip
bugfix: message sanitation had some issues
- control character DEL was not properly escaped - NUL and LF characters were not properly stripped if no control character replacement was to be done - NUL characters in the message body were silently dropped (this was a regeression introduced by some of the recent optimizations)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98eefe27..4d3d9493 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
---------------------------------------------------------------------------
Version 4.5.3 [v4-beta] (rgerhards), 2009-08-??
+- bugfix: message sanitation had some issues:
+ - control character DEL was not properly escaped
+ - NUL and LF characters were not properly stripped if no control
+ character replacement was to be done
+ - NUL characters in the message body were silently dropped (this was
+ a regeression introduced by some of the recent optimizations)
- bugfix: strings improperly reused, resulting in some message properties
be populated with strings from previous messages. This was caused by
an improper predicate check. [backported from v5]