summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2023-02-02 20:00:35 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2023-02-02 20:00:35 +0000
commit70069b65a39a7ba73a36fbd95371ff03cde1eb23 (patch)
tree73e8353999ed7751a88586f2b57c8b1914bfc232 /doc
parent04e5caa9a7e84b2afca642d28096d988cb6802e7 (diff)
downloadexim4-70069b65a39a7ba73a36fbd95371ff03cde1eb23.tar.gz
Fix crash in expansions
Broken-by: 1058096b8c53
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index d85af1786..bad73cc7b 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -105,6 +105,10 @@ JH/20 Fix TLSA lookups. Previously dns_again_means_nonexist would affect
JH/21 Bug 2434: Add connection-elapsed "D=" element to more connection
closure log lines.
+JH/23 Fix crash in string expansions. Previously, if an empty variable was
+ immediately followed by an expansion operator, a null-indirection read
+ was done, killing the process.
+
Exim version 4.96
-----------------