summaryrefslogtreecommitdiff
path: root/doc/doc-txt/ChangeLog
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-11-07 17:32:49 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2019-11-07 17:32:49 +0000
commit13e70f5530fc3fd376e1397c76e073a339e738aa (patch)
treeea6b507ead9cae7d6af216898745b7e92de6a093 /doc/doc-txt/ChangeLog
parentc895de68398ece932fb371f527e24ce233f6ac7b (diff)
Dsearch: Fix taint-handling in lookup. Bug 2465
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-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 9be52cedd..ac7f3357d 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -196,6 +196,10 @@ JH/42 Bug 2545: Fix CHUNKING for all RCPT commands rejected. Previously we
carried on and emitted a BDAT command, even when PIPELINING was not
active.
+JH/43 Bug 2465: Fix taint-handling in dsearch lookup. Previously a nontainted
+ buffer was used for the filename, resulting in a trap when tainted
+ arguments (eg. $domain) were used.
+
Exim version 4.92
-----------------