diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-09-14 08:50:41 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-09-14 08:50:41 +0000 |
commit | d3a88c693c9d4ce0f5d0964d6aac169fd14afb67 (patch) | |
tree | 76443038572bf79f4cb583a403d73880393c7165 /ChangeLog | |
parent | 08955213b79f8c4137539f0f6b7af002f0a00102 (diff) | |
download | rsyslog-d3a88c693c9d4ce0f5d0964d6aac169fd14afb67.tar.gz rsyslog-d3a88c693c9d4ce0f5d0964d6aac169fd14afb67.tar.bz2 rsyslog-d3a88c693c9d4ce0f5d0964d6aac169fd14afb67.zip |
added code to handle situations where senders send us messages ending with
a NUL character. It is now simply removed. This also caused trailing LF
reduction to fail, when it was followed by such a NUL. This is now also
handled.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,10 @@ ---------------------------------------------------------------------------- +--------------------------------------------------------------------------- +Version 1.19.7 (rgerhards), 2007-09-1? +- added code to handle situations where senders send us messages ending with + a NUL character. It is now simply removed. This also caused trailing LF + reduction to fail, when it was followed by such a NUL. This is now also + handled. +--------------------------------------------------------------------------- Version 1.19.6 (rgerhards), 2007-09-11 - applied patch by varmojfekoj to change signal handling to the new sigaction API set (replacing the depreciated signal() calls and its |