From 3564d44ed1e70f1bf1e85b75274699b6720792ff Mon Sep 17 00:00:00 2001 From: ph10 Date: Mon, 10 Feb 2020 17:01:27 +0000 Subject: 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 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') 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 ----------------------------- -- cgit v1.2.1