diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-07-24 13:30:40 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-07-24 13:30:40 +0100 |
commit | 8e9770348dc4173ab83657ee023c22f479ebb712 (patch) | |
tree | 606087036d7929798f32159ce28d8136f89b9c96 /doc/doc-txt | |
parent | 249f39385d608eaa6a3daabce6f9bcfa15eb2d3c (diff) |
GnuTLS: fix crash with "tls_dhparam = none"
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 3d74d58b0..97c48d887 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -167,6 +167,10 @@ JH/31 Bug 2998: Fix ${utf8clean:...} to disallow UTF-16 surrogate codepoints. Found and fixed by Jasen Betts. No testcase for this as my usual text editor insists on emitting only valid UTF-8. +JH/32 Fix "tls_dhparam = none" under GnuTLS. At least with 3.7.9 this gave + a null-indireciton SIGSEGV for the receive process. + + Exim version 4.96 ----------------- |