summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWolfgang Breyha <wbreyha@gmx.net>2014-01-14 06:12:38 -0800
committerTodd Lyons <tlyons@exim.org>2014-01-14 06:12:38 -0800
commit5a1b84430ab93b6d17b9936bd813d243885a4475 (patch)
tree754f80a3408384becec866a20c74819a81e48981 /doc
parenta11efec0735a77c5bf57b722207f1588973bbe3e (diff)
Bugzilla 1433: Fix DMARC SEGV
Properly escape value passed to expand_string(). Check for NULL return from expand_string().
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index e2b33cf91..d5c09f4c5 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -29,6 +29,9 @@ TL/02 Experimental Proxy Protocol support: allows a proxied SMTP connection
JH/02 Add ${listextract {number}{list}{success}{fail}}.
+TL/03 Bugzilla 1433: Fix DMARC SEGV with specific From header contents.
+ Properly escape header and check for NULL return.
+
Exim version 4.82
-----------------