[Webkit-unassigned] [Bug 49385] Reduce the size of the RegexStackSpaceForBackTrackInfoParentheses in YARR

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 10 19:22:32 PST 2010


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


Gavin Barraclough <barraclough at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #73615|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #3 from Gavin Barraclough <barraclough at apple.com>  2010-12-10 19:22:31 PST ---
(From update of attachment 73615)
Hmmm, think I added these at an early state of development, thinking PCRE's behaviour of coalescing results across repeated iterations of karen matching was correct (ie. /(?:(a)|(b))/.exec(ab) as ["ab", "a", "b"], rather than  ["ab", , "b"]).  Anyway, good catch, yes, these look like garbage now.

-- 
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