[Webkit-unassigned] [Bug 144347] Use the default hash value for Symbolized StringImpl
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 28 13:12:54 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=144347
--- Comment #2 from Yusuke Suzuki <utatane.tea at gmail.com> ---
Symbolized StringImpl* will be exposed easily to the outside of JavaScriptCore.
https://bugs.webkit.org/show_bug.cgi?id=144310
When only using private symbols, they are not exposed to the outside of JSC, so we can handle it carefully.
But now, it's extended to symbols. So I think storing a special hash value in StringImpl* may cause an error.
--
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/20150428/409fb1cb/attachment-0001.html>
More information about the webkit-unassigned
mailing list