[webkit-reviews] review granted: [Bug 78513] If memset gets inlined at WebKit/Source/JavaScriptCore/wtf/Vector.h, it may produce a warning : [Attachment 127643] Proposed fix.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 17 14:17:55 PST 2012


Alexey Proskuryakov <ap at webkit.org> has granted asharif.tools at gmail.com's
request for review:
Bug 78513: If memset gets inlined at WebKit/Source/JavaScriptCore/wtf/Vector.h,
it may produce a warning
https://bugs.webkit.org/show_bug.cgi?id=78513

Attachment 127643: Proposed fix.
https://bugs.webkit.org/attachment.cgi?id=127643&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
I think that this is OK to land, but please merge the #ifs in one line: 

#if COMPILER(GCC) && defined(_FORTIFY_SOURCE)


More information about the webkit-reviews mailing list