diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-09-18 17:47:52 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-09-18 17:51:44 +0100 |
commit | 848214f788cb561935b8200d6e795df2de1cb8fa (patch) | |
tree | 7eb3d6239cf72cf9e561538affc7ae752549b80e /doc | |
parent | 89dd53dfbf0166d98032ad1f72428ceda6baf52a (diff) |
SOCKS: fix unitialized-pointer
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index e777a2fb2..8f1b6b7ad 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -163,6 +163,9 @@ JH/26 Fix DKIM bug: when the pseudoheader generated for signing was exactly HS/02 Fix Bug 2130: large writes from the transport subprocess where chunked and confused the parent. +JH/27 Fix SOCKS bug: an unitialized pointer was deref'd by the transport process + which could crash as a result. This could lead to undeliverable messages. + Exim version 4.89 ----------------- |