diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-12 14:06:54 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-12 14:06:54 +0000 |
commit | e9dfcfb7b87107c2a55441c93aa463f9ea7586e1 (patch) | |
tree | 65c71c4054420068900c34f7000b0f0ed83a10a5 /doc | |
parent | 9b230009225d688ca002152c8747c96e83951397 (diff) |
ARC: fix crash induced by misordered headers. Bug 2493
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 1de9571fb..1cc3d63c8 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -32,6 +32,9 @@ JH/08 Bug 2491: Use tainted buffers for the transport smtp context. Previously on-stack buffers were used, resulting in a taint trap when DSN information copied from a received message was written into the buffer. +JH/09 Bug 2493: Harden ARC verify against Outlook, whick has been seen to mix + the ordering of its ARC headers. This caused a crash. + Exim version 4.93 ----------------- |