summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2019-11-19 12:25:32 +0000
committerzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2019-11-19 12:25:32 +0000
commit3255e7c4bb6f7317e9e119718b254a13567909ba (patch)
treefb2278dfc79030875c7178c7faaed7b7867fb748 /ChangeLog
parentcaea50f5361df91b5420a12d53bde45730d18998 (diff)
downloadpcre2-3255e7c4bb6f7317e9e119718b254a13567909ba.tar.gz
Fixed the incorrect computation of jump sizes on x86 CPUs in JIT.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1187 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 27033ae..f3e3ba2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -182,6 +182,9 @@ 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.
+39. Fixed the incorrect computation of jump sizes on x86 CPUs in JIT. A masking
+operation was incorrectly removed in r1136. Reported by Ralf Junker.
+
Version 10.33 16-April-2019
---------------------------