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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 17 13:34:17 PST 2012


asharif.tools at gmail.com has canceled 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 127304: Proposed fix.
https://bugs.webkit.org/attachment.cgi?id=127304&action=review

------- Additional Comments from asharif.tools at gmail.com
Added ifdef _FORTIFY_SOURCE around the patch.

I kept the COMPILER(GCC) because __builtin_constant_p() may not be available on
other compilers.


More information about the webkit-reviews mailing list