summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-10-15 10:46:36 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-10-15 10:46:36 +0000
commit9835bbc7fbb3423163dc49e7d822dad2b135e192 (patch)
tree84d276065d07557ad793da610d2370ce11478ebd /ChangeLog
parent6830bbaea02be6c04e3810c699678e25130cce93 (diff)
downloadpcre2-9835bbc7fbb3423163dc49e7d822dad2b135e192.tar.gz
Ensure regexec is thread safe to avoid sanitizer warnings.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1176 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 d584ab2..e5973c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -170,6 +170,10 @@ value (because the search for a "required" code unit starts at the match start
for non-unique first code unit patterns, but after a unique first code unit,
and patterns such as a*a need the former action).
+36. Small patch to pcre2posix.c to set the erroroffset field to -1 immediately
+after a successful compile, instead of at the start of matching to avoid a
+sanitizer complaint (regexec is supposed to be thread safe).
+
Version 10.33 16-April-2019
---------------------------