https://issues.apache.org/ooo/show_bug.cgi?id=121962
--- Comment #11 from zhivko <[email protected]> --- (In reply to [email protected] from comment #9) > 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. But are there infinitely many empty groups? Seems to me that there is finite number of such groups. What is the plan for including newer version of ICU? Is this issue to be fixed in newer verision? -- You are receiving this mail because: You are on the CC list for the bug.
