[webkit-reviews] review denied: [Bug 34569] Don't call CRASH() in fastMalloc, fastCalloc and fastRealloc when the requested memory size is 0 : [Attachment 48126] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 4 12:38:14 PST 2010


Alexey Proskuryakov <ap at webkit.org> has denied Kwang Yul Seo
<kwangyul.seo at gmail.com>'s request for review:
Bug 34569: Don't call CRASH() in fastMalloc, fastCalloc and fastRealloc when
the requested memory size is 0
https://bugs.webkit.org/show_bug.cgi?id=34569

Attachment 48126: Patch
https://bugs.webkit.org/attachment.cgi?id=48126&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
I agree with Darin - even when using system malloc, FastMalloc should provide
standardized behavior on all platforms.

Please also see bug 29026 which covers a related issue.


More information about the webkit-reviews mailing list