https://bugs.exim.org/show_bug.cgi?id=2621
Petr Pisar <ppisar@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ppisar@???
--- Comment #1 from Petr Pisar <ppisar@???> ---
This can be reduced to:
$ printf '%s\n%s\n' '/_[a-z]+_*[a-z]+/' '_aa' | pcre2test -jit
PCRE2 version 10.35 2020-05-09
/_[a-z]+_*[a-z]+/
_aa
No match
Bisecting the source tree identified this commit that introduced the bug:
commit b8f39247b20001b78a969d8c505c36eeeec08d22 (refs/bisect/bad)
Author: zherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>
Date: Fri Mar 6 09:23:10 2020 +0000
Fix issues in the early fail optimization.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1235
6239d852-aaf2-0410-a92c-79f79f948069
--
You are receiving this mail because:
You are on the CC list for the bug.