[LLVMbugs] [Bug 11119] -fstack-protector-all isn't working correctly

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Oct 12 10:53:30 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=11119

Bill Wendling <wendling at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |wendling at apple.com
         Resolution|                            |INVALID

--- Comment #1 from Bill Wendling <wendling at apple.com> 2011-10-12 12:53:29 CDT ---
This is because the array is an array of 'i32' and not an array of 'i8'. At the
moment, we support stack protectors only on arrays of characters.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list