From ad7fc6eb6895ff40cc9998d157d1401bbf43c35e Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 23 Oct 2016 14:09:55 +0100 Subject: Fix bug with aborted server TLS connection, under GnuTLS Longstanding, but exposed by 60d10ce --- doc/doc-txt/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') 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 ----------------- -- cgit v1.2.3