[webkit-reviews] review requested: [Bug 180538] YARR: JIT RegExps with greedy parenthesized sub patterns : [Attachment 328782] Fixed test failure.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 7 19:37:15 PST 2017


Michael Saboff <msaboff at apple.com> has asked  for review:
Bug 180538: YARR: JIT RegExps with greedy parenthesized sub patterns
https://bugs.webkit.org/show_bug.cgi?id=180538

Attachment 328782: Fixed test failure.

https://bugs.webkit.org/attachment.cgi?id=328782&action=review




--- Comment #5 from Michael Saboff <msaboff at apple.com> ---
Created attachment 328782

  --> https://bugs.webkit.org/attachment.cgi?id=328782&action=review

Fixed test failure.

The test failure was due a JIT'ed ASSERT emitted for Debug builds.  It caught
the case where we didn't restore the parenthesis start index when backtracking.


More information about the webkit-reviews mailing list