summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2020-10-27 08:16:04 +0000
committerzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2020-10-27 08:16:04 +0000
commitfd5e04a35122c62584da5a9558f3b744a2d09692 (patch)
treeb4d349b77d5b551e5e0401deeb83cf627a1b650a /ChangeLog
parent552c76a6739764036817434db45b496d1461e764 (diff)
downloadpcre2-fd5e04a35122c62584da5a9558f3b744a2d09692.tar.gz
Fixed a word boundary check bug in JIT when partial matching is enabled.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1280 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93b1ad6..5db7e65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -90,6 +90,8 @@ whose code points are greater than 255 in Unicode mode.
test for a version of sed that can handle binary zero, instead of assuming that
any Linux version will work.
+18. Fixed a word boundary check bug in JIT when partial matching is enabled.
+
Version 10.35 09-May-2020
---------------------------