diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-02-26 10:54:56 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-02-26 10:58:22 +0000 |
commit | 03f110c5d92f3c8aa9dc447253a33e9c039a78b0 (patch) | |
tree | e4c6f7e523dbb5f12ac579f4dfb47fe727fe155d /doc/doc-txt/ChangeLog | |
parent | 158d713722a1635939f699a8ea1605e937866bfc (diff) |
Fix ${tr } expansion item. Bug 2533
Broken-by: acec9514b1
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 8f583e21a..db06d4930 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -136,6 +136,10 @@ JH/27 Bug 2530: When operating in a timezone with sub-minute offset, such as expansion and logging. Previously, spurious values such as a future minute could be seen. +JH/28 Bug 2533: Fix expansion of ${tr } item. When called in some situations + it could crash from a null-deref. This could also affect the + ${addresses: } operator and ${readsock } item. + Exim version 4.93 ----------------- |