diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-03 23:13:53 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-04 00:07:55 +0000 |
commit | 44b6e099b76f403a55e77650821f8a69e9d2682e (patch) | |
tree | 3602c491e296f08041849d5ecfe675e8bf0e3c0a /doc/doc-txt/ChangeLog | |
parent | 0da41dc541d0f2536f9d2afc7188e9dfb97b0c09 (diff) |
Fix ${run } arg parsing
Broken-by: cfe6acff2ddc
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 5f2cff6f5..5ac91dc99 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -62,6 +62,10 @@ JH/14 Bug 2933: Fix regex substring match variables for null matches. Since 4.96 occurrences) could cause a segfault if the corresponding $<n> was expanded. +JH/15 Fix argument parsing for ${run } expansion. Previously, when an argument + included a close-brace character (eg. it itself used an expansion) an + error occurred. + Exim version 4.96 ----------------- |