Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - G index
The Linux kernel configuration item CONFIG_GCC_PLUGIN_STRUCTLEAK
has multiple definitions:
security/Kconfig.hardening
The configuration item CONFIG_GCC_PLUGIN_STRUCTLEAK:
(none)
While the kernel is built with warnings enabled for any missed stack variable initializations, this warning is silenced for anything passed by reference to another function, under the occasionally misguided assumption that the function will do the initialization. As this regularly leads to exploitable flaws, this plugin is available to identify and zero-initialize such variables, depending on the chosen level of coverage.
This plugin was originally ported from grsecurity/PaX. More information at: * https://grsecurity.net/ * https://pax.grsecurity.net/
scripts/gcc-plugins/Kconfig
The configuration item CONFIG_GCC_PLUGIN_STRUCTLEAK:
(none)
While the kernel is built with warnings enabled for any missed stack variable initializations, this warning is silenced for anything passed by reference to another function, under the occasionally misguided assumption that the function will do the initialization. As this regularly leads to exploitable flaws, this plugin is available to identify and zero-initialize such variables, depending on the chosen level of coverage.
This plugin was originally ported from grsecurity/PaX. More information at: * https://grsecurity.net/ * https://pax.grsecurity.net/
scripts/gcc-plugins/Kconfig
The configuration item CONFIG_GCC_PLUGIN_STRUCTLEAK:
! CONFIG_KASAN_EXTRA
This plugin zero-initializes any structures containing a __user attribute. This can prevent some classes of information exposures.
This plugin was ported from grsecurity/PaX. More information at: * https://grsecurity.net/ * https://pax.grsecurity.net/
arch/Kconfig
The configuration item CONFIG_GCC_PLUGIN_STRUCTLEAK:
( CONFIG_GCC_PLUGINS ) && (! CONFIG_KASAN_EXTRA )
This plugin zero-initializes any structures containing a __user attribute. This can prevent some classes of information exposures.
This plugin was ported from grsecurity/PaX. More information at: * https://grsecurity.net/ * https://pax.grsecurity.net/
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - G index
Automatically generated (in year 2024). See also LKDDb sources on GitLab