diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-12 21:52:33 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-12 22:14:38 +0000 |
commit | d21bf202dbce10f259310dffcc6993f4d9886e56 (patch) | |
tree | 7a9ed1894556a96f4e51c56fa3d58be90e90348c /doc | |
parent | 83f0a68edc67c944989edc2d4a6b0c2ecb980729 (diff) |
CHUNKING: flush input stream after message-fatal error detection. Bug 2201exim-4_90_RC4exim-4_90
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index cf104e7f1..824ae232e 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -201,6 +201,11 @@ HS/03 Bug 2201: Fix checking for leading-dot on a line during headers reading from SMTP input. Previously it was always done; now only done for DATA and not BDAT commands. CVE-2017-16944. +JH/35 Bug 2201: Flush received data in BDAT mode after detecting an error fatal + to the message (such as an overlong header line). Previously this was + not done and we did not exit BDAT mode. Followon from the previous item + though a different problem. + Exim version 4.89 ----------------- |