diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/Kconfig.hardening | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Kconfig.hardening b/security/Kconfig.hardening index c9d5ca3d8d08..b56e001e0c6a 100644 --- a/security/Kconfig.hardening +++ b/security/Kconfig.hardening @@ -127,6 +127,7 @@ choice repeating for all types and padding except float and double which use 0xFF repeating (-NaN). Clang on 32-bit uses 0xFF repeating for all types and padding. + GCC uses 0xFE repeating for all types, and zero for padding. config INIT_STACK_ALL_ZERO bool "zero-init everything (strongest and safest)" |