[Webkit-unassigned] [Bug 175903] New: REGRESSION (r221052): DumpRenderTree crashed in com.apple.JavaScriptCore: JSC::Yarr::YarrCodeBlock::execute + 137

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 23 13:26:23 PDT 2017


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

            Bug ID: 175903
           Summary: REGRESSION (r221052): DumpRenderTree crashed in
                    com.apple.JavaScriptCore:
                    JSC::Yarr::YarrCodeBlock::execute + 137
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: msaboff at apple.com

Crashing in code generated by generateCharacterClassGreedy() with something like "a\u{10410}\u{10410}b".match(/a(\u{10410}*)bc|a(\u{10410}*)b/ui).

Looks like we increment "count" before checking is we are at the end of the string.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170823/09828467/attachment.html>


More information about the webkit-unassigned mailing list