summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-12 08:07:30 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-12 08:07:30 +0000
commit230883321cfa7e2dea6d4e5bffe5c3a6b00883ba (patch)
tree6552d04cd3a221a9d2e731fb7a0b0a3c146ffa31 /ChangeLog
parentb00cf838bb11fdff8a55c67f07e1045350ec8981 (diff)
downloadrsyslog-230883321cfa7e2dea6d4e5bffe5c3a6b00883ba.tar.gz
rsyslog-230883321cfa7e2dea6d4e5bffe5c3a6b00883ba.tar.xz
rsyslog-230883321cfa7e2dea6d4e5bffe5c3a6b00883ba.zip
- bugfix: not properly initialized data could cause several segfaults if
there were errors in the config file - thanks to varmojfekoj for the patch
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1caea15b..a8b562cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@ Version 2.0.3 STABLE (rgerhards), 2008-02-??
unlikely to happen in practice), for details see tracker:
http://bugzilla.adiscon.com/show_bug.cgi?id=38
- improved the man pages a bit - thanks to Michael Biebl for the patch
+- bugfix: not properly initialized data could cause several segfaults if
+ there were errors in the config file - thanks to varmojfekoj for the patch
---------------------------------------------------------------------------
Version 2.0.2 STABLE (rgerhards), 2008-02-12
- fixed a bug that could cause invalid string handling via strerror_r