summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-05-19 14:23:02 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2022-05-19 14:23:02 +0100
commit8c74b00980bc7e3e479e8dfcd7c0008b2ac3f543 (patch)
tree800bc3d1b95960827d855be118f3b24253042053 /doc/doc-txt
parentc9771b0f607127d89018dd79bab6febb14db3d6d (diff)
downloadexim4-8c74b00980bc7e3e479e8dfcd7c0008b2ac3f543.tar.gz
GnuTLS: Do not free the cached creds on transport connection close. Bug 2886
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 ac5354c73..389968a90 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -136,6 +136,10 @@ JH/30 Fix string_copyn() for limit greater than actual string length.
overlapping memcpy for newly allocated destination soon after a
source string shorter than the limit. Found/investigated by KM.
+JH/31 Bug 2886: GnuTLS: Do not free the cached creds on transport connection
+ close; it may be needed for a subsequent connection. This caused a
+ SEGV on primary-MX defer. Found/investigated by Gedalya & Andreas.
+
Exim version 4.95
-----------------