[Webkit-unassigned] [Bug 184074] New: A stack overflow in the parsing of a builtin (called by createExecutable) cause a crash instead of a catchable js exception

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 28 02:18:16 PDT 2018


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

            Bug ID: 184074
           Summary: A stack overflow in the parsing of a builtin (called
                    by createExecutable) cause a crash instead of a
                    catchable js exception
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rmorisset at apple.com

Fixing this will require quite a lot of plumbing, since throwing an exception needs both the ParserError and an ExecState, and there is a dozen levels to the call stack between the last place to get an ExecState and createExecutable (that currently crashes upon encountering a ParserError).
<rdar://problem/37165897>

-- 
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/20180328/f3371cc8/attachment.html>


More information about the webkit-unassigned mailing list