summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-06-11 17:38:47 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-06-11 17:38:47 +0200
commit85dea8048aed1b2d74eec57b30155898892daa37 (patch)
treea8110a5fa6fa4bf14c20a7b2397aee138632cb24 /ChangeLog
parent27360bb33ff5e87a3852ebe2673170ebea168421 (diff)
downloadrsyslog-85dea8048aed1b2d74eec57b30155898892daa37.tar.gz
rsyslog-85dea8048aed1b2d74eec57b30155898892daa37.tar.xz
rsyslog-85dea8048aed1b2d74eec57b30155898892daa37.zip
bugfix: expression-based filters with AND/OR could segfault
due to a problem with boolean shortcut operations. From the user's perspective, the segfault is almost non-deterministic (it occurs when a shortcut is used). Thanks to Lars Peterson for providing the initial bug report and his support in solving it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32d2ca5e..29dc0e86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
---------------------------------------------------------------------------
+Version 6.3.11 [BETA] 2012-06-??
+- bugfix: expression-based filters with AND/OR could segfault
+ due to a problem with boolean shortcut operations. From the user's
+ perspective, the segfault is almost non-deterministic (it occurs when
+ a shortcut is used).
+ Thanks to Lars Peterson for providing the initial bug report and his
+ support in solving it.
+---------------------------------------------------------------------------
Version 6.3.10 [BETA] 2012-06-04
- bugfix: delayble source could block action queue, even if there was
a disk queue associated with it. The root cause of this problem was