summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-09-24 10:49:11 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-09-24 10:49:11 +0200
commite0dde79a806f46790df6104a6bacdbddaa938fd6 (patch)
tree25a0401099cfd9bec8e2d342a40d14e2ec981bcb /ChangeLog
parent44844b8af3be216cec340c8ff83fdc6f1d6f1fff (diff)
downloadrsyslog-e0dde79a806f46790df6104a6bacdbddaa938fd6.tar.gz
rsyslog-e0dde79a806f46790df6104a6bacdbddaa938fd6.tar.xz
rsyslog-e0dde79a806f46790df6104a6bacdbddaa938fd6.zip
bugfix: potential segfault in stream writer on destruction
Most severely affected omfile. The problem was that some buffers were freed before the asynchronous writer thread was shut down. So the writer thread accessed invalid data, which may even already be overwritten. Symptoms (with omfile) were segfaults, grabled data and files with random names placed around the file system (most prominently into the root directory). Special thanks to Aaron for helping to track this down.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a12f258e..7c6985b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
---------------------------------------------------------------------------
Version 4.5.4 [v4-beta] (rgerhards), 2009-09-??
+- bugfix: potential segfault in stream writer on destruction
+ Most severely affected omfile. The problem was that some buffers were
+ freed before the asynchronous writer thread was shut down. So the
+ writer thread accessed invalid data, which may even already be
+ overwritten. Symptoms (with omfile) were segfaults, grabled data
+ and files with random names placed around the file system (most
+ prominently into the root directory). Special thanks to Aaron for
+ helping to track this down.
- bugfix: potential race in object loader (obj.c) during use/release
of object interface
- bugfixes: potential problems in out file zip writer. Problems could