From 5002a59a8289027b8a88c4933077a9b66e839d6c Mon Sep 17 00:00:00 2001 From: zherczeg Date: Sat, 19 Sep 2020 03:49:32 +0000 Subject: 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 --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') 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 --------------------------- -- cgit v1.2.1