diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2017-02-14 19:38:41 +0100 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2017-02-14 22:12:05 +0100 |
commit | d953610fa77ec9a08fad9c1a183181079a79674e (patch) | |
tree | bfbf3d61d23c1e3901b52167cf02ccd4776f9511 /doc/doc-txt/ChangeLog | |
parent | cff70eb1c1eb494ee5964dca33dc115181baafd7 (diff) |
Fix missing line termination on the last received BDAT chunk (Bug 1974)
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-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 95d822df5..1f1f7aa83 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -114,6 +114,10 @@ JH/17 Fix inbound CHUNKING when DKIM disabled at runtime. HS/01 Fix portability problems introduced by PP/08 for platforms where realloc(NULL) is not equivalent to malloc() [SunOS et al]. +HS/02 Bug 1974: Fix missing line terminator on the last received BDAT + chunk. This allows us to accept broken chunked messages. We need a more + general solution here. + Exim version 4.88 ----------------- |