summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-11-16 17:30:07 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-11-16 17:30:07 +0000
commit3c7295bb56a7944fe5358cb2eab2ad68d35a3aa1 (patch)
tree38cf6affc36a46a45468f4dc2555e82f7d9d9d64 /ChangeLog
parentcd3016b9089095098567bf637fe9e458b22fa711 (diff)
downloadpcre2-3c7295bb56a7944fe5358cb2eab2ad68d35a3aa1.tar.gz
Fix sometimes failing caseless non-ASCII matching in assertion.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1185 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd52203..27033ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -177,6 +177,11 @@ sanitizer complaint (regexec is supposed to be thread safe).
37. Add NEON vectorization to JIT to speed up matching of first character and
pairs of characters on ARM64 CPUs.
+38. If a non-ASCII character was the first in a starting assertion in a
+caseless match, the "first code unit" optimization did not get the casing
+right, and the assertion failed to match a character in the other case if it
+did not start with the same code unit.
+
Version 10.33 16-April-2019
---------------------------