summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-01-30 13:49:41 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-01-30 13:49:41 +0100
commit2cfaf5f86a4fb40cc37ae71118c506f1d924df13 (patch)
tree4ddc545b4d091885404f04c7fa06cc199e752c8e /ChangeLog
parentce11f7bdb8db977a8b00b28d9b84d1b1c924f3c3 (diff)
downloadrsyslog-2cfaf5f86a4fb40cc37ae71118c506f1d924df13.tar.gz
rsyslog-2cfaf5f86a4fb40cc37ae71118c506f1d924df13.tar.xz
rsyslog-2cfaf5f86a4fb40cc37ae71118c506f1d924df13.zip
bugfix: inconsistent use of mutex/atomic operations could cause segfault
details are too many, for full analysis see blog post at: http://blog.gerhards.net/2009/01/rsyslog-data-race-analysis.html
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9a63d97..99e50b8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
---------------------------------------------------------------------------
Version 3.21.10 [BETA] (rgerhards), 2008-12-??
+- bugfix: inconsistent use of mutex/atomic operations could cause segfault
+ details are too many, for full analysis see blog post at:
+ http://blog.gerhards.net/2009/01/rsyslog-data-race-analysis.html
- the string "Do Die" was accidently emited upon exit in non-debug mode
This has now been corrected. Thanks to varmojfekoj for the patch.
- some legacy options were not correctly processed.