Skip to content

Commit

Permalink
Fix English in description of GCC_PLUGIN_STRUCTLEAK
Browse files Browse the repository at this point in the history
Signed-off-by: Jean Delvare <[email protected]>
Fixes: c61f13e ("gcc-plugins: Add structleak for more stack initialization")
Cc: Kees Cook <[email protected]>
Signed-off-by: Kees Cook <[email protected]>
  • Loading branch information
jdelvare authored and kees committed Jun 19, 2017
1 parent 0833289 commit f136e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f136e09

Please sign in to comment.