projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0833289
)
Fix English in description of GCC_PLUGIN_STRUCTLEAK
author
Jean Delvare
<
[email protected]
>
Mon, 24 Apr 2017 06:52:37 +0000
(08:52 +0200)
committer
Kees Cook
<
[email protected]
>
Mon, 19 Jun 2017 19:37:32 +0000
(12:37 -0700)
Signed-off-by: Jean Delvare <
[email protected]
>
Fixes: c61f13eaa1ee ("gcc-plugins: Add structleak for more stack initialization")
Cc: Kees Cook <
[email protected]
>
Signed-off-by: Kees Cook <
[email protected]
>
arch/Kconfig
patch
|
blob
|
history
diff --git
a/arch/Kconfig
b/arch/Kconfig
index 6c00e5b00f8bd6ac4127b80fed79070843826069..e0dced4da4bf1232fe92e5bd020bbb36e0a194b0 100644
(file)
--- a/
arch/Kconfig
+++ b/
arch/Kconfig
@@
-425,7
+425,7
@@
config GCC_PLUGIN_STRUCTLEAK
bool "Force initialization of variables containing userspace addresses"
depends on GCC_PLUGINS
help
- This plugin zero-initializes any structures
that
containing a
+ This plugin zero-initializes any structures containing a
__user attribute. This can prevent some classes of information
exposures.