[pcre-dev] [Bug 1189] JIT bug with lookbehind assertion.

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Old-Topics: [pcre-dev] [Bug 1189] New: JIT bug with lookbehind assertion.
Subject: [pcre-dev] [Bug 1189] JIT bug with lookbehind assertion.
https://bugs.exim.org/show_bug.cgi?id=1189

--- Comment #10 from Anatol Belski <ab@???> ---
The actual replace code uses pcre_exec to match with the pattern yep, it's here
http://lxr.php.net/xref/PHP_7_0/ext/pcre/php_pcre.c#1165 . I can confirm that
the offsets are as you said {3,5}.

I've asked the reporter about the PCRE version. I myself use the bundled PCRE
lib compiled statically with PHP which is 8.38. Particular distributions can
decide to use another PCRE version (like a system wide shared lib), sometimes
that brings issues. At least with 8.38 it doesn't look like there is any issue
currently. I will come back when the info from the reporter is there.

Thanks.

--
You are receiving this mail because:
You are on the CC list for the bug.