diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-09-11 15:50:35 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-09-11 15:50:35 +0100 |
commit | b015574531cf18b2126edb9da5a99dad659207dd (patch) | |
tree | 5e503b54499072897c1f57077e794e5d2b8d82ca /doc/doc-txt | |
parent | cf1e30bc975d646511945e3dd3538fb97637559d (diff) |
Fix ${tr...} and empty-strings. Bug 3023
Diffstat (limited to 'doc/doc-txt')
-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 b1b79c240..5fcc8ab11 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -190,6 +190,9 @@ JH/38 Taint-track intermediate values from the peer in multi-stage authentation this resulted in behaviour of LOGIN vs. PLAIN being inconsistent under bad coding of authenticators. +JH/39 Bug 3023: Fix crash induced by some combinations of zero-length strings + and ${tr...}. Found and diagnosed by Heiko Schlichting. + Exim version 4.96 ----------------- |