[Webkit-unassigned] [Bug 154244] New: Parser::parseVariableDeclarationList should null check the node before attempting to create a new CommaExpr

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 15 08:43:49 PST 2016


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

            Bug ID: 154244
           Summary: Parser::parseVariableDeclarationList should null check
                    the node before attempting to create a new CommaExpr
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

It's possible that en entry in the variable declaration list doesn't have a node.  We don't want to create a comma expression with a null next.

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


More information about the webkit-unassigned mailing list