[Webkit-unassigned] [Bug 67455] Different regular expression result

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 2 12:01:29 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67455





--- Comment #4 from Gavin Barraclough <barraclough at apple.com>  2011-10-02 12:01:29 PST ---
The bug was introduced by r72140.  It added a return to the backtracking loop for backtrackParentheses/QuantifierNonGreedy, so it always returns after one iteration.  We've already returned if the match succeeded, the additional return should only be triggered if an error is detected.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list