diff options
author | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2020-02-10 17:01:27 +0000 |
---|---|---|
committer | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2020-02-10 17:01:27 +0000 |
commit | 3564d44ed1e70f1bf1e85b75274699b6720792ff (patch) | |
tree | fc68ea61e78b8169fbd930d4401e52c444c98db7 /ChangeLog | |
parent | efa73cc37ef5acbf0c7e9e01c464343d92619b69 (diff) | |
download | pcre-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ----------------------------- |