diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-14 14:47:16 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-14 15:55:37 +0000 |
commit | de41aff0511cad420dd1936b23dce61e04ce6ab4 (patch) | |
tree | 15add502cd740392dc1b2d42deea7d0496a6984d /doc/doc-txt/ChangeLog | |
parent | 12815ef098371280559b2f9f2d4c8241c4cd0f24 (diff) |
Zero smtp context structure after allocation
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 032bfc917..ac4d57af9 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -45,6 +45,9 @@ JH/11 Bug 2494: Unset the default for dmarc_tld_file. Previously a naiive should both provide the file and set the option. Also enforce no DMARC verification for command-line sourced messages. +JH/12 Fix an uninitialised flag in early-pipelining. Previously connections + could, depending on the platform, hang at the STARTTLS response. + Exim version 4.93 ----------------- |