summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2020-09-19 03:49:32 +0000
committerzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2020-09-19 03:49:32 +0000
commit5002a59a8289027b8a88c4933077a9b66e839d6c (patch)
treeaa163ef791f75cf3a0b8fe84d2e5cf4cf8118b85 /ChangeLog
parentc23be766617cbfcb14e56dc5f1f01289077bd125 (diff)
downloadpcre2-5002a59a8289027b8a88c4933077a9b66e839d6c.tar.gz
Fixed a bug in character set matching when JIT is enabled.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1273 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 847476c..db0b9bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -73,6 +73,9 @@ first valid fragment of the subject, possibly causing incorrect "no match"
returns on subsequent fragments. For example, the pattern /A/ failed to match
the subject \xe5A. Fixes Bugzilla #2642.
+14. Fixed a bug in character set matching when JIT is enabled and both unicode
+scripts and unicode classes are present at the same time.
+
Version 10.35 09-May-2020
---------------------------