summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-05-05 18:47:29 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2020-05-05 18:47:29 +0100
commit0f9c36e64b3ded09b1972515fc62a673e1be2b8d (patch)
tree15e677a470eb10564e2fdb08d8fd55884141a6f5 /doc/doc-txt
parent978d20c05940889f38b35fb3f6137f53dab24f48 (diff)
Ensure lookup-result variables are dropped between messages on a connection
Diffstat (limited to 'doc/doc-txt')
-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 9fd526b08..1d685a130 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -179,6 +179,11 @@ JH/38 Fix $dkim_key_length. This should, after a DKIM verification, present
JH/39 DKIM verification: the RFC 8301 restriction on sizes of RSA keys is now
the default. See the (new) dkim_verify_min_keysizes option.
+JH/40 Fix a memory-handling bug: when a connection carried multiple messages
+ and an ACL use a lookup for checking either the local_part or domain,
+ stale data could be accessed. Ensure that variable references are
+ dropped between messages.
+
Exim version 4.93
-----------------