commit | 768bf0c9b3d033d349fc44b447d0bbe2ac8bdc06 | [log] [tgz] |
---|---|---|
author | Louis Mayencourt <louis.mayencourt@arm.com> | Tue Mar 26 16:59:26 2019 +0000 |
committer | Louis Mayencourt <louis.mayencourt@arm.com> | Tue Apr 30 14:42:40 2019 +0100 |
tree | 4fc749c663ad98fb4d463023a58ccf70ec069e39 | |
parent | 34b56b8e9dbd085a83e2f9f320eb7e213235e1e8 [diff] |
Add support for default stack-protector flag 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: Louis Mayencourt <louis.mayencourt@arm.com>