[Webkit-unassigned] [Bug 34569] Don't call CRASH() in fastMalloc, fastCalloc and fastRealloc when the requested memory size is 0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 4 11:16:15 PST 2010


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





--- Comment #3 from Darin Adler <darin at apple.com>  2010-02-04 11:16:14 PST ---
(From update of attachment 48126)
I suspect higher level code depends on not getting 0 when a size of 0 is
passed. A better fix may be to change the size from 0 to 1 on the BREW system.

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