summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-06-14 20:43:06 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2020-06-14 21:04:46 +0100
commit9eed571fd7c3236326cc6ea74f1455b027df7604 (patch)
treeea6b576f3dba3445c4bad666d28b2431f2eed324 /doc
parentd3a538c8fee9f31b29947ad73445f50902140899 (diff)
Taint: fix verify. Bug 2598
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 86686521e..fef4c74b8 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -40,6 +40,10 @@ JH/07 Bug 2597: Fix a resource leak. Using a lookup in obtaining a value for
when the limit was exceeded. This eventually crashed the daemon. Fix
by adding a relase action in that path.
+JH/08 Bug 2598: Fix verify ACL condition. The options for the condition are
+ expanded; previously using tainted values was rejected. Fix by using
+ dynamically-created buffers.
+
Exim version 4.94
-----------------