[webkit-reviews] review granted: [Bug 110275] Moar hardening : [Attachment 189192] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 19 16:11:35 PST 2013


Anders Carlsson <andersca at apple.com> has granted Oliver Hunt
<oliver at apple.com>'s request for review:
Bug 110275: Moar hardening
https://bugs.webkit.org/show_bug.cgi?id=110275

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

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=189192&action=review


> Source/WTF/wtf/FastMalloc.cpp:599
> +#define DEFINITELY_POISONED(allocation, allocationSize) (((allocationSize) <
4 * sizeof(uint32_t)) || ( \

Maybe IS_DEFINITELY_POISONED?


More information about the webkit-reviews mailing list