diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-09-10 15:39:39 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-09-10 15:39:39 +0200 |
commit | 70e0dc75320681368442ed4275efb4bf54409ef2 (patch) | |
tree | 2c34b4d02524f300f93f0e7cd1572631a4bed192 /ChangeLog | |
parent | c2757103c99769ff6fa9aaeeaba97d7839ecbb2d (diff) | |
parent | 5515dd74951a98de323d42d45de96a20f4e4d55c (diff) | |
download | rsyslog-70e0dc75320681368442ed4275efb4bf54409ef2.tar.gz rsyslog-70e0dc75320681368442ed4275efb4bf54409ef2.tar.xz rsyslog-70e0dc75320681368442ed4275efb4bf54409ef2.zip |
Merge branch 'master' into imudp-epoll
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -130,6 +130,13 @@ Version 4.7.0 [v4-devel] (rgerhards), 2009-09-?? ticket http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463793 --------------------------------------------------------------------------- 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 |