[Webkit-unassigned] [Bug 96272] Mistaken call to CRASH macro in NPN_InitializeVariantWithStringCopy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 10 09:47:05 PDT 2012


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





--- Comment #4 from Alexey Proskuryakov <ap at webkit.org>  2012-09-10 09:47:24 PST ---
(From update of attachment 163142)
I wonder if we can just switch to fastMalloc/fastFree here. It doesn't look like a plug-in could directly invoke free() on the pointer.

Unlike malloc/free, fastMalloc has well defined behavior when size is 0.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list