[Webkit-unassigned] [Bug 153816] New: JSSymbolTableObject::deleteProperty() crashes deleting Symbols

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 2 20:28:37 PST 2016


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

            Bug ID: 153816
           Summary: JSSymbolTableObject::deleteProperty() crashes deleting
                    Symbols
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: caitp at igalia.com

The following simple repro crashes on ToT, as well as in Safari 9:

```
var symbol = Symbol("");
window[symbol] = "crasher";
delete window[symbol]; // CRASH
```

Repro: https://jsfiddle.net/c820tLLt/

-- 
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/20160203/b96b3b8e/attachment.html>


More information about the webkit-unassigned mailing list