Searched hist:c61f13eaa1ee17728c41370100d2d45c254ce76f (Results 1 – 4 of 4) sorted by relevance
/linux/scripts/gcc-plugins/ |
H A D | structleak_plugin.c | 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/scripts/ |
H A D | Makefile.gcc-plugins | diff 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 D | compiler.h | diff 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 D | Kconfig | diff 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>
|