summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-12-12 23:43:10 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2019-12-12 23:43:10 +0000
commit5fae29d5b430d6a5f58c6c02cdefbbf307e258a9 (patch)
tree44508d58474a8fe5ad2c5f8671d8eb0016641f98 /doc/doc-txt
parent054ce030a60f22a1acc26c419907d276406080f9 (diff)
Fix taint issue with retry records. Bug 2492
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 1cc3d63c8..f9a939d72 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -35,6 +35,10 @@ JH/08 Bug 2491: Use tainted buffers for the transport smtp context. Previously
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.
+JH/10 Bug 2492: Use tainted memory for retry record when needed. Previously when
+ a new record was being constructed with information from the peer, a trap
+ was taken.
+
Exim version 4.93
-----------------