diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-05-19 14:23:02 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-05-19 14:23:02 +0100 |
commit | 8c74b00980bc7e3e479e8dfcd7c0008b2ac3f543 (patch) | |
tree | 800bc3d1b95960827d855be118f3b24253042053 /doc/doc-txt | |
parent | c9771b0f607127d89018dd79bab6febb14db3d6d (diff) |
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/ChangeLog | 4 |
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 ----------------- |