diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-21 20:31:31 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-21 20:31:31 +0000 |
commit | 8aa16eb712afac844fb28ed465c6076c6b0ea22b (patch) | |
tree | 50f34d3db1b19bda1e508f5a4339fbbf67a136de /doc | |
parent | 4a3709fb2cfb1ec26ac60bcdb8bbc078d3377ddc (diff) |
Eximon: fix string-handling. Bug 2500
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index f4963389e..e200c5291 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -53,6 +53,11 @@ JH/13 Bug 2498: Reset a counter used for ARC verify before handling another the following one did not, a crash could result when adding an Authentication-Results: header. +JH/14 Bug 2500: Rewind some of the common-coding in string handling between the + Exim main code and Exim-related utities. The introduction of taint + tracking also did many adjustments to string handling. Since then, eximon + frequently terminated with an assert failure. + Exim version 4.93 ----------------- |