summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-08-03 22:22:58 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2019-08-03 22:22:58 +0100
commit7b564712ff3a235ce9ef42ffa4036023057f295e (patch)
tree313fbb34be2de12f2ac2813a37b1782e1ccbebae /doc/doc-txt
parent6d95688d6a272297a6a47f2fd2695cc8e5b8b730 (diff)
Callouts: filter smtp response for bad chars before using in our smtp response. Bug 2409
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 9af9a9759..7fca99b62 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -161,6 +161,9 @@ JH/34 Fix crash after TLS shutdown. When the TCP/SMTP channel was left open,
an attempt to use a TLS library read routine dereffed a nul pointer,
causing a segfault.
+JH/35 Bug 2409: filter out-of-spec chars from callout response before using
+ them in our smtp response.
+
Exim version 4.92
-----------------