summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvarmojfekoj <theinric@redhat.com>2008-05-14 08:32:40 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-05-14 08:32:40 +0200
commitd2b63414ef92cde8a3107b8d17b74b1518775df6 (patch)
tree26097bcdb741da5da6507d5e37df5d5fce7b743e /ChangeLog
parentd594f83a893a517328f55b0b0b3240c4073efb89 (diff)
downloadrsyslog-d2b63414ef92cde8a3107b8d17b74b1518775df6.tar.gz
rsyslog-d2b63414ef92cde8a3107b8d17b74b1518775df6.tar.xz
rsyslog-d2b63414ef92cde8a3107b8d17b74b1518775df6.zip
fixed potential segfault due to invalid call to cfsysline
thanks to varmojfekoj for the patch Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e00c5657..637f7b61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
---------------------------------------------------------------------------
+Version 3.19.2 (rgerhards), 2008-05-14
+- fixed potential segfault due to invalid call to cfsysline
+ thanks to varmojfekoj for the patch
+---------------------------------------------------------------------------
Version 3.19.1 (rgerhards), 2008-05-07
- configure help for --enable-gnutls wrong - said default is "yes" but
default actually is "no" - thanks to darix for pointing this out