[Webkit-unassigned] [Bug 78513] If memset gets inlined at WebKit/Source/JavaScriptCore/wtf/Vector.h, it may produce a warning

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


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


asharif.tools at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #127304|0                           |1
        is obsolete|                            |
 Attachment #127304|review?, commit-queue?      |
               Flag|                            |




--- Comment #15 from asharif.tools at gmail.com  2012-02-17 13:34:18 PST ---
Created an attachment (id=127643)
 --> (https://bugs.webkit.org/attachment.cgi?id=127643&action=review)
Proposed fix.

Added ifdef _FORTIFY_SOURCE around the patch.

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

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