summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-12-17 10:46:21 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2019-12-17 10:46:21 +0000
commit1415d1a6c91e66922036079b3e3b481e579cdb00 (patch)
treed99dddf652fa77c00ab2f4fd507228a9475723f3 /doc
parent723f7bdb06013d9fabe5197151d25dda38832962 (diff)
ARC: Reset received ARC instance counter before next message on a connection. Bug 2498
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 ac4d57af9..f4963389e 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -48,6 +48,11 @@ JH/11 Bug 2494: Unset the default for dmarc_tld_file. Previously a naiive
JH/12 Fix an uninitialised flag in early-pipelining. Previously connections
could, depending on the platform, hang at the STARTTLS response.
+JH/13 Bug 2498: Reset a counter used for ARC verify before handling another
+ message on a connection. Previously if one message had ARC headers and
+ the following one did not, a crash could result when adding an
+ Authentication-Results: header.
+
Exim version 4.93
-----------------