summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-01-29 14:34:59 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-01-29 14:34:59 +0000
commitbead5867ac8a234fa05e8d8aa4674d236c282f82 (patch)
tree9a1cce7f35dde997b8edc5d3723fc610d7b5b4f8 /ChangeLog
parent384089ff6fef977f77aad8fa5048fd185f978a5d (diff)
downloadpcre2-bead5867ac8a234fa05e8d8aa4674d236c282f82.tar.gz
Fix bug in VERSION conditional test in DFA matching.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1062 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49d091f..10641ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -114,6 +114,10 @@ the option applies only to unrecognized or malformed escape sequences.
28. Fix word boundary in JIT compiler. Patch by Mike Munday.
+29. The pcre2_dfa_match() function was incorrectly handling conditional version
+tests such as (?(VERSION>=0)...) when the version test was true. Incorrect
+processing or a crash could result.
+
Version 10.32 10-September-2018
-------------------------------