diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-12 08:20:23 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-12 08:20:23 +0000 |
commit | 7bd24b3576dc085db1c15d40428a238809a912c1 (patch) | |
tree | f027a6206554bd5709a5d5b57e17dd4858ae927e /ChangeLog | |
parent | b1555cd681652e57f76449e39cb1aae8db7d601b (diff) | |
download | rsyslog-7bd24b3576dc085db1c15d40428a238809a912c1.tar.gz rsyslog-7bd24b3576dc085db1c15d40428a238809a912c1.tar.bz2 rsyslog-7bd24b3576dc085db1c15d40428a238809a912c1.zip |
bugfix: rsyslogd segfaulted when imfile read an empty line - thanks to
Johnny Tan for an excellent bug report
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5,6 +5,12 @@ Version 3.12.2 (rgerhards), 2008-03-?? - converted net.c into a loadable library plugin - bugfix: debug module now survives unload of loadable module when printing out function call data +- bugfix: not properly initialized data could cause several segfaults if + there were errors in the config file - thanks to varmojfekoj for the patch +- bugfix: rsyslogd segfaulted when imfile read an empty line - thanks + to Johnny Tan for an excellent bug report +- implemented dynamic module unload capability (not visible to end user) +- some more internal cleanup --------------------------------------------------------------------------- Version 3.12.1 (rgerhards), 2008-03-06 - added library plugins, which can be automatically loaded |