diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-11-09 09:14:31 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-11-09 09:14:31 +0100 |
commit | f66e2216c7065a05dde78fd1bbab934310a03e05 (patch) | |
tree | c1c9ee52ade3fe1c3a8f226e100f01138845e935 | |
parent | 69949e07e795bf2f58319a463294cc6aeb7ad3c8 (diff) | |
download | rsyslog-f66e2216c7065a05dde78fd1bbab934310a03e05.tar.gz rsyslog-f66e2216c7065a05dde78fd1bbab934310a03e05.tar.bz2 rsyslog-f66e2216c7065a05dde78fd1bbab934310a03e05.zip |
cleanup
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,10 +1,3 @@ -- bugfix: potential segfault due to invalid param handling in comparisons - This could happen in RainerScript comparisons (like contains); in some - cases an unitialized variable was accessed, which could lead to an - invalid free and in turn to a segfault. - Closes: http://bugzilla.adiscon.com/show_bug.cgi?id=372 - Thanks to Georgi Georgiev for reporting this bug and his great help - in solving it. ---------------------------------------------------------------------------- Version 7.2.2 [v7-stable] 2012-10-?? - enabled to build without libuuid, at loss of uuid functionality @@ -22,6 +15,13 @@ Version 7.2.2 [v7-stable] 2012-10-?? - bugfix: leading quote (") in string-type template() lead to thight loop on startup - bugfix: no error msg on invalid field option in legacy/string template +- bugfix: potential segfault due to invalid param handling in comparisons + This could happen in RainerScript comparisons (like contains); in some + cases an unitialized variable was accessed, which could lead to an + invalid free and in turn to a segfault. + Closes: http://bugzilla.adiscon.com/show_bug.cgi?id=372 + Thanks to Georgi Georgiev for reporting this bug and his great help + in solving it. ---------------------------------------------------------------------------- Version 7.2.1 [v7-stable] 2012-10-29 - bugfix: ruleset()-object did only support a single statement |