diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-11-07 17:32:49 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-11-08 23:06:35 +0000 |
commit | 218c95cc2e45de929d92c508bc9a95292c3a4ece (patch) | |
tree | ace362131c9851c1cb9d553766d63cfb62e6857a /doc | |
parent | f0fe22cbc29ee4f887aa254f2590a9e72401e237 (diff) |
Dsearch: Fix taint-handling in lookup. Bug 2465
(cherry picked from commit 13e70f5530fc3fd376e1397c76e073a339e738aa)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index f10e45cee..e9a614c0a 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -212,6 +212,10 @@ JH/41 With GnuTLS 3.6.0 (and later) do not attempt to manage Diffie-Hellman function is unnecessary and discouraged on GnuTLS 3.6.0 or later. Since 3.6.0, DH parameters are negotiated following RFC7919." +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 ----------------- |