https://issues.apache.org/ooo/show_bug.cgi?id=121962

[email protected] <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |ACCEPTED
           Assignee|[email protected] |[email protected]
                   |g                           |

--- Comment #9 from [email protected] <[email protected]> ---
FWIW the critical part in the reported regexp is the "(.*)+" which ICU4.0
treats as infinitely many empty groups that are matching. If the regexp was
written as "check\([^)]*\)" to match everything inside the right parentheses
there would be no problem.

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

Reply via email to