diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-02-02 20:00:35 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-02-02 20:00:35 +0000 |
commit | 70069b65a39a7ba73a36fbd95371ff03cde1eb23 (patch) | |
tree | 73e8353999ed7751a88586f2b57c8b1914bfc232 /doc/doc-txt/ChangeLog | |
parent | 04e5caa9a7e84b2afca642d28096d988cb6802e7 (diff) |
Fix crash in expansions
Broken-by: 1058096b8c53
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 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 ----------------- |