[Webkit-unassigned] [Bug 226503] Fix inadvertent tag corruption in functionAddressOf

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 1 15:29:09 PDT 2021


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

--- Comment #4 from Mikhail R. Gadelha <mikhail at igalia.com> ---
Indeed, <uintptr_t> sounds like a better solution here, but we would still need the static_cast to 64 bits because of the bitcast<double>.

In 32 bits <uintptr_t> is 32 bits long and the bitcast will fail.

-- 
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/20210601/7f9c29ef/attachment.htm>


More information about the webkit-unassigned mailing list