Comment 3 for bug 369152

Revision history for this message
Andy Whitcroft (apw) wrote :

Ahh yes. However currently enabling the stack protector occurs on all functions which may have performance ramifications:

  config CC_STACKPROTECTOR_ALL
        bool

  config CC_STACKPROTECTOR
        bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)"
        select CC_STACKPROTECTOR_ALL
        ---help---