https://bugs.exim.org/show_bug.cgi?id=1697
Philip Hazel <ph10@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Philip Hazel <ph10@???> ---
I have fixed this bug and committed the patches for both PCRE1 and PCRE2. You
were close in your diagnosis. An optimization for classes such as [\W\x{1234}]
(without PCRE_UCP), where the \x{1234} can be ignored because all characters >
255 are in the \W class, should not have been applied when a Unicode property
escape is present, because the property can relate to characters <= 255.
--
You are receiving this mail because:
You are on the CC list for the bug.