[Webkit-unassigned] [Bug 29026] CRASH: fastRealloc crashes on realloc(ptr, 0)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 8 02:53:53 PDT 2009


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





--- Comment #1 from Mark Rowe (bdash) <mrowe at apple.com>  2009-09-08 02:53:52 PDT ---
This is the intentional behavior of fastRealloc.  If a caller can handle a null
return it should explicitly call the tryFastRealloc version.  Callers that
don't call the "try" version are assumed to not handle a null return and so we
abort if we encounter that case.

-- 
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