summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-07-14 11:14:14 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-07-14 11:14:14 +0200
commit816fda97750454bba0845a83d1a2b1ddcabe85e4 (patch)
tree791450cdba56e0ed8137509437127a02ab6153cc /ChangeLog
parent0b198ebc5935716111e349b4061f5d6999559407 (diff)
downloadrsyslog-816fda97750454bba0845a83d1a2b1ddcabe85e4.tar.gz
rsyslog-816fda97750454bba0845a83d1a2b1ddcabe85e4.tar.xz
rsyslog-816fda97750454bba0845a83d1a2b1ddcabe85e4.zip
bugfix: potential segfault in creating message mutex in non-direct queue mode.
rsyslogd segfaults on freeeBSD 7.0 (an potentially other platforms) if an action queue is running in any other mode than non-direct. The same problem can potentially be triggered by some main message queue settings. In any case, it will manifest during rsylog's startup. It is unlikely to happen after a successful startup (the only window of exposure may be a relatively seldom executed action running in queued mode). This has been corrected. Thank to HKS for point out the problem.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d945bf81..d611d684 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,14 @@
---------------------------------------------------------------------------
+Version 3.18.1 (rgerhards), 2008-07-??
+- bugfix: potential segfault in creating message mutex in non-direct queue
+ mode. rsyslogd segfaults on freeeBSD 7.0 (an potentially other platforms)
+ if an action queue is running in any other mode than non-direct. The
+ same problem can potentially be triggered by some main message queue
+ settings. In any case, it will manifest during rsylog's startup. It is
+ unlikely to happen after a successful startup (the only window of
+ exposure may be a relatively seldom executed action running in queued
+ mode). This has been corrected. Thank to HKS for point out the problem.
+---------------------------------------------------------------------------
Version 3.18.0 (rgerhards), 2008-07-11
- begun a new v3-stable based on former 3.17.4 beta plus patches to
previous v3-stable