summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-03-19 07:41:04 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-19 07:41:04 +0100
commit9cdcba0bdc8b8d2df8d06784f3c4f0066c90fd40 (patch)
tree7ed904fced77fb9b853bef5fdcc3f1550bfce000 /ChangeLog
parent3e0578605f7df8427aa5b70c2b4396504113fafc (diff)
downloadrsyslog-9cdcba0bdc8b8d2df8d06784f3c4f0066c90fd40.tar.gz
rsyslog-9cdcba0bdc8b8d2df8d06784f3c4f0066c90fd40.tar.xz
rsyslog-9cdcba0bdc8b8d2df8d06784f3c4f0066c90fd40.zip
bugfix: invalid buffer write in (file) stream class
currently being accessed buffer could be overwritten with new data. While this probably did not cause access violations, it could case loss and/or duplication of some data (definitely a race with no deterministic outcome)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 672c69ae..85a9ecb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,11 @@ Version 4.6.2 [v4-stable] (rgerhards), 2010-03-??
to ease migration from syslog-ng. See property replacer doc for
details. [backport from 5.5.3 because urgently needed by some]
- improved testbench
+- bugfix: invalid buffer write in (file) stream class
+ currently being accessed buffer could be overwritten with new data.
+ While this probably did not cause access violations, it could case loss
+ and/or duplication of some data (definitely a race with no deterministic
+ outcome)
- bugfix: potential hang condition during filestream close
predicate was not properly checked when waiting for the background file
writer