summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-03-25 17:59:35 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-03-25 17:59:35 +0100
commit67e00c063122de13dd6c6354fa095978aa1773de (patch)
tree37e85b86b47488a79fcfacab6b1a4f25d456ad73 /ChangeLog
parent611b3364491cf30dc866932a053ae925e1f182ac (diff)
downloadrsyslog-67e00c063122de13dd6c6354fa095978aa1773de.tar.gz
rsyslog-67e00c063122de13dd6c6354fa095978aa1773de.tar.xz
rsyslog-67e00c063122de13dd6c6354fa095978aa1773de.zip
bugfix: fixed some segaults on Solaris
where vsprintf() does not check for NULL pointers
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cbe7bba..1dbd69e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,8 @@ Version 4.1.6 [DEVEL] (rgerhards), 2009-03-??
- improved omfile so that it properly suspends itself if there is an
i/o or file name generation error. This enables it to be used with
the full high availability features of rsyslog's engine
+- bugfix: fixed some segaults on Solaris, where vsprintf() does not
+ check for NULL pointers
---------------------------------------------------------------------------
Version 4.1.5 [DEVEL] (rgerhards), 2009-03-11
- bugfix: parser did not correctly parse fields in UDP-received messages