Analyse and explore linux
Component GCC_PLUGIN_STRUCTLEAK_BYREF

Component Type: kbuild config

Description: zero-init structs passed by reference (strong)

More info: Zero-initialize any structures on the stack that may be passed by reference and had not already been explicitly initialized. This can prevent most classes of uninitialized stack variable exploits and information exposures, like CVE-2017-1000410: https://git.kernel.org/linus/06e7e776ca4d3654 As a side-effect, this keeps a lot of variables on the stack that can otherwise be optimized out, so combining this with CONFIG_KASAN_STACK can lead to a stack overflow and is disallowed.

Build project: Kconfig (Linux kconfig) (Path: security\Kconfig )

Other views: file explorer

Generated by PFA software prototype