diff options
author | Jasen Betts <jasen@xnet.co.nz> | 2023-07-23 13:43:59 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-07-23 13:49:10 +0100 |
commit | 1209e3e19e292cee517e43a2ccfe9b44b33bb1dc (patch) | |
tree | 60a5d5a9ba2bcd72b9f1f5c930ae1791fcac60f7 /doc/doc-txt/ChangeLog | |
parent | 66ce3fc9291d13fe8a7d4099942b9101aef1c38c (diff) |
Expansions: disallow UTF-16 surrogates from ${utf8clean:...}. Bug 2998
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 a3b43b2f5..3d74d58b0 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -163,6 +163,10 @@ JH/30 Bug 3006: Fix handling of JSON strings having embedded commas. Previously need to be protected by the doublequotes. While there, add handling for backslashes. +JH/31 Bug 2998: Fix ${utf8clean:...} to disallow UTF-16 surrogate codepoints. + Found and fixed by Jasen Betts. No testcase for this as my usual text + editor insists on emitting only valid UTF-8. + Exim version 4.96 ----------------- |