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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 2 20:41:18 PST 2016


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

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #270543|review?, commit-queue?      |review+, commit-queue+
              Flags|                            |

--- Comment #2 from Darin Adler <darin at apple.com> ---
Comment on attachment 270543
  --> https://bugs.webkit.org/attachment.cgi?id=270543
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=270543&action=review

> Source/JavaScriptCore/tests/stress/regress-153816.js:10
> +    if (globalProxy[symbolProperty] !== undefined)
> +        throw new Error("bad value: " + String(globalProxy[symbolProperty]));

Might also want to check "symbolProperty in globalProxy".

-- 
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/60003ffa/attachment.html>


More information about the webkit-unassigned mailing list