[pcre-dev] [Bug 2527] Incomplete unicode handling in pcre2_…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2527] Incomplete unicode handling in pcre2_substitute when converting to upper/lower case
https://bugs.exim.org/show_bug.cgi?id=2527

--- Comment #8 from Kilian <kkilger@???> ---
The problem is, that JIT finds the seconds match (correct) and non-jit does not
find the second match (incorrect).

In my app I disabled jit completely to analyze your commit and triggered that
bug.

So this bug has been present before your most recent commit.

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