[Webkit-unassigned] [Bug 210911] Nullptr crash in objc_msgSend under WebCore::genericFamily
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 24 08:30:34 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=210911
--- Comment #9 from Antti Koivisto <koivisto at iki.fi> ---
dynamic_cf_cast does have debug assert so it seems equivalent to my original patch:
ASSERT_WITH_SECURITY_IMPLICATION(CFGetTypeID(object) == CFTypeTrait<T>::typeID());
if (CFGetTypeID(object) != CFTypeTrait<T>::typeID())
return nullptr;
--
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/20200424/ab25871d/attachment.htm>
More information about the webkit-unassigned
mailing list