https://bugs.exim.org/show_bug.cgi?id=1803
--- Comment #24 from Zoltan Herczeg <[email protected]> --- 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. -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev
