diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-10-30 12:46:05 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-10-30 12:46:05 +0000 |
commit | 51b611aa81d7ee01243b196abc34a0e2eabd293c (patch) | |
tree | 1df747b7dad09783fe10292d84e30129d79a01f1 /doc | |
parent | 61eac6b579e27f3959c7048a17ac5a36b0c32002 (diff) |
LDAP: fix taint-check in server list walk. Bug 2646
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 1ce732f52..959218100 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -121,10 +121,15 @@ PP/01 Fix default prime selection to be consistent. execution flows will use the same DH primes (currently exim.dev.20160529.3). -JH/25 OpenSSL: Fix back-compatibiility behaviour surrounding tls_certificates +JH/25 OpenSSL: Fix back-compatibility behaviour surrounding tls_certificates option in smtp transport, to match the documentation. Previously verification was not being done in some cases where it should have been. +JH/26 Bug 2646: fix a memory usage issue in ldap lookups. Previously, when more + than one server was defined and depending on the platform memory layout + details, an internal consistency trap could be hit while walking the list + of servers. + Exim version 4.94 ----------------- |