[pcre-dev] [Bug 1803] segfault in pcre jit when running twig…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 1803] segfault in pcre jit when running twig test suite (PHP7)
https://bugs.exim.org/show_bug.cgi?id=1803

--- Comment #24 from Zoltan Herczeg <hzmester@???> ---
I think I figured out where the -1 comes from: when a pattern is rerun with
PCRE_NOTEMPTY_ATSTART | PCRE_ANCHORED, the JIT rejects it since it was compiled
without PCRE_ANCHORED flag (this flag is compiled into the machine generated
code). And the interpreter sets the -1.

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