diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-11-28 20:44:14 +0000 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2017-12-03 19:50:30 +0100 |
commit | e066e10220ab267cb88339789a67e28ec65b0e5b (patch) | |
tree | 4fdb5ae96a21d2a19b63edf761b022b89015279f /doc | |
parent | 527504e8d8ff7a1cd967ea57cb7f29b92b052bae (diff) |
Change log update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 0dd8ca60f..fcd5e691f 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -203,7 +203,11 @@ JH/33 Downgrade an unfound-list name (usually a typo in the config file) from JH/34 Bug 2199: Fix a use-after-free while reading smtp input for header lines. A crafted sequence of BDAT commands could result in in-use memory beeing - freed. + freed. CVE-2017-16943. + +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. Exim version 4.89 |