summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-06-02 14:50:31 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2020-06-02 14:57:02 +0100
commitf7f933a199be8bb7362c715e0040545b514cddca (patch)
treef953c65cd986bcc92e2ac83e2309f5c812a29771 /doc
parent29f5141e7cb1ee65369d8e49250134edc4e6120a (diff)
Taint: fix pam expansion condition. Bug 2587
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index a4526ca5c..93bd62cc4 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -10,6 +10,11 @@ JH/01 Bug 1329: Fix format of Maildir-format filenames to match other mail-
related applications. Previously an "H" was used where available info
says that "M" should be, so change to match.
+JH/02 Bug 2587: Fix pam expansion condition. Tainted values are commonly used
+ as arguments, so an implementation trying to copy these into local
+ buffer was taking a taint-enformance trap. Fix by using dynamically
+ created buffers.
+
Exim version 4.94
-----------------