[exim-dev] [Bug 2000] BDAT injection/transmission character …

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2000] BDAT injection/transmission character loss
https://bugs.exim.org/show_bug.cgi?id=2000

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???


--- Comment #12 from Git Commit <git@???> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/1ebe15c3a9807233cc92a92668b9090777daa9e1

commit 1ebe15c3a9807233cc92a92668b9090777daa9e1
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Jan 29 18:03:40 2017 +0000
Commit:     Jeremy Harris <jgh146exb@???>
CommitDate: Sun Jan 29 19:14:46 2017 +0000


    chunking: reject messages with malformed line ending.  bug 2000


    actually test only the first header line, but still do full line-ending
canonicalisation on the
    remainder of the message in case a evil person slips past that.
----
 doc/doc-docbook/spec.xfpt    |  11 ++--
 src/src/functions.h          |   2 +
 src/src/receive.c            | 128 +++++++++++++++++++++++++++++--------------
 src/src/smtp_in.c            |   2 +-
 test/log/0900                |   1 +
 test/rejectlog/0900          |   4 ++
 test/scripts/0000-Basic/0900 |  26 +++++++++
 test/stdout/0900             |  33 +++++++++++
 8 files changed, 162 insertions(+), 45 deletions(-)


--
You are receiving this mail because:
You are on the CC list for the bug.