diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-02-24 18:19:04 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-03-03 13:25:30 +0000 |
commit | 59eaad2b1af0dc58545dff6a7211948782811e1a (patch) | |
tree | 850aa0f5536176fc02adfb5851274b8a2999a8b1 /doc | |
parent | be92b80c645837095fd47f1334502a7c4ec41c93 (diff) |
Cutthrough: fix operation under -bhc to not actually deliver. Bug 1800
Diffstat (limited to 'doc')
-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 a3911ac18..eab7419be 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -179,6 +179,10 @@ JH/43 Tidy coding issues detected by gcc --fsanitize=undefined. Some remain; either intentional arithmetic overflow during PRNG, or testing config- induced overflows. +JH/44 Bug 1800: The combination of a -bhc commandline option and cutthrough + delivery resulted in actual delivery. Cancel cutthrough before DATA + stage. + Exim version 4.86 |