diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-10-23 14:09:55 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-10-23 14:09:55 +0100 |
commit | ad7fc6eb6895ff40cc9998d157d1401bbf43c35e (patch) | |
tree | 939e7a630d161d795bf990fa2e31db9211861edc /doc | |
parent | 18f1b2f3f8829931ac096942ff2d1ef85ab5f891 (diff) |
Fix bug with aborted server TLS connection, under GnuTLS
Longstanding, but exposed by 60d10ce
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 1267d75dc..1fdfc126e 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -120,6 +120,12 @@ PP/01 Changed default Diffie-Hellman parameters to be Exim-specific, created PP/02 Unbreak build via pkg-config with new hash support when crypto headers are not in the system include path. +JH/31 Fix longstanding bug with aborted TLS server connection handling. Under + GnuTLS, when a sennsion startup failed (eg because the client disconnected) + Exim did stdio operations after fclose. This was exposed by a recent + change which nulled out the file handle after the fclose. + + Exim version 4.87 ----------------- |