[Webkit-unassigned] [Bug 278488] [WTF] Transition HashMap to safe by default on release builds
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 21 14:34:09 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=278488
--- Comment #3 from Geoffrey Garen <ggaren at apple.com> ---
Note: We really only need to RELEASE_ASSERT checkKey.
Side point: This seems suspicious:
if (!HashFunctions::safeToCompareToEmptyOrDeleted)
return;
It appears that the assertion skips the validation for some types.
--
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/20240821/4cc39acb/attachment.htm>
More information about the webkit-unassigned
mailing list