summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2020-02-10 17:01:27 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2020-02-10 17:01:27 +0000
commit3564d44ed1e70f1bf1e85b75274699b6720792ff (patch)
treefc68ea61e78b8169fbd930d4401e52c444c98db7 /ChangeLog
parentefa73cc37ef5acbf0c7e9e01c464343d92619b69 (diff)
downloadpcre-3564d44ed1e70f1bf1e85b75274699b6720792ff.tar.gz
Minor fix to avoid sanitizer complaint in POSIX wrapper.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1760 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce6aa3f..1106d04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,10 @@ added.
4. Fix ARMv5 JIT improper handling of labels right after a constant pool.
+5. Small patch to pcreposix.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 8.43 23-February-2019
-----------------------------