Skip to content
  • Louis Mayencourt's avatar
    Add support for default stack-protector flag · fd7b287c
    Louis Mayencourt authored
    
    
    The current stack-protector support is for none, "strong" or "all".
    The default use of the flag enables the stack-protection to all
    functions that declare a character array of eight bytes or more in
    length on their stack.
    This option can be tuned with the --param=ssp-buffer-size=N option.
    
    Change-Id: I11ad9568187d58de1b962b8ae04edd1dc8578fb0
    Signed-off-by: default avatarLouis Mayencourt <louis.mayencourt@arm.com>
    fd7b287c