Home
last modified time | relevance | path

Searched hist:c61f13eaa1ee17728c41370100d2d45c254ce76f (Results 1 – 4 of 4) sorted by relevance

/linux/scripts/gcc-plugins/
H A Dstructleak_plugin.cc61f13eaa1ee17728c41370100d2d45c254ce76f Fri Jan 13 20:14:39 CET 2017 Kees Cook <keescook@chromium.org> gcc-plugins: Add structleak for more stack initialization

This plugin detects any structures that contain __user attributes and
makes sure it is being fully initialized so that a specific class of
information exposure is eliminated. (This plugin was originally designed
to block the exposure of siginfo in CVE-2013-2141.)

Ported from grsecurity/PaX. This version adds a verbose option to the
plugin and the Kconfig.

Signed-off-by: Kees Cook <keescook@chromium.org>
/linux/scripts/
H A DMakefile.gcc-pluginsdiff c61f13eaa1ee17728c41370100d2d45c254ce76f Fri Jan 13 20:14:39 CET 2017 Kees Cook <keescook@chromium.org> gcc-plugins: Add structleak for more stack initialization

This plugin detects any structures that contain __user attributes and
makes sure it is being fully initialized so that a specific class of
information exposure is eliminated. (This plugin was originally designed
to block the exposure of siginfo in CVE-2013-2141.)

Ported from grsecurity/PaX. This version adds a verbose option to the
plugin and the Kconfig.

Signed-off-by: Kees Cook <keescook@chromium.org>
/linux/include/linux/
H A Dcompiler.hdiff c61f13eaa1ee17728c41370100d2d45c254ce76f Fri Jan 13 20:14:39 CET 2017 Kees Cook <keescook@chromium.org> gcc-plugins: Add structleak for more stack initialization

This plugin detects any structures that contain __user attributes and
makes sure it is being fully initialized so that a specific class of
information exposure is eliminated. (This plugin was originally designed
to block the exposure of siginfo in CVE-2013-2141.)

Ported from grsecurity/PaX. This version adds a verbose option to the
plugin and the Kconfig.

Signed-off-by: Kees Cook <keescook@chromium.org>
/linux/arch/
H A DKconfigdiff c61f13eaa1ee17728c41370100d2d45c254ce76f Fri Jan 13 20:14:39 CET 2017 Kees Cook <keescook@chromium.org> gcc-plugins: Add structleak for more stack initialization

This plugin detects any structures that contain __user attributes and
makes sure it is being fully initialized so that a specific class of
information exposure is eliminated. (This plugin was originally designed
to block the exposure of siginfo in CVE-2013-2141.)

Ported from grsecurity/PaX. This version adds a verbose option to the
plugin and the Kconfig.

Signed-off-by: Kees Cook <keescook@chromium.org>