diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-28 20:51:28 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-28 21:03:52 +0000 |
commit | a05d3e341fae03426a9caa9c5e9ce8fe60e3d384 (patch) | |
tree | 47c9a806b44e08709ee4ea12dcc5949b653db481 /doc/doc-txt/ChangeLog | |
parent | 44de51a174765f7f5ecb250638cdb3fe64ec67dc (diff) |
DKIM: tighter checking while parsing signature headers. Bug 2217
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index d13004b8c..7ec669b1c 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -19,6 +19,12 @@ JH/02 Disallow '/' characters in queue names specified for the "queue=" ACL JH/03 Fix pgsql lookup for multiple result-tuples with a single column. Previously only the last row was returned. +JH/04 Bug 2217: Tighten up the parsing of DKIM signature headers. Previously + we assumed that tags in the header were well-formed, and parsed the + element content after inspecting only the first char of the tag. + Assumptions at that stage could crash the receive process on malformed + input. + Exim version 4.90 ----------------- |