[Webkit-unassigned] [Bug 142922] New: Insert exception check just after toPropertyKey call

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 20 14:38:42 PDT 2015


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

            Bug ID: 142922
           Summary: Insert exception check just after toPropertyKey call
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: utatane.tea at gmail.com

In some places (such as operationPutByValInternal), exception check is missing after toPropertyKey.
However, since it calls toString and it could raise exceptions, we should perform exception check.

-- 
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/20150320/e6a385ef/attachment-0002.html>


More information about the webkit-unassigned mailing list