We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e9c1e commit a9a5e0bCopy full SHA for a9a5e0b
security/Kconfig.hardening
@@ -127,6 +127,7 @@ choice
127
repeating for all types and padding except float and double
128
which use 0xFF repeating (-NaN). Clang on 32-bit uses 0xFF
129
repeating for all types and padding.
130
+ GCC uses 0xFE repeating for all types, and zero for padding.
131
132
config INIT_STACK_ALL_ZERO
133
bool "zero-init everything (strongest and safest)"
0 commit comments