Kconfig (1658dcee3d43edde9c971b6e88fee64ab9fc67e0) | Kconfig (caa91ba53eb1c92d00abdf5b6c67a310d2b4c2d9) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# General architecture dependent options 4# 5 6config CRASH_CORE 7 bool 8 --- 472 unchanged lines hidden (view full) --- 481 482 This plugin was ported from grsecurity/PaX. More information at: 483 * https://grsecurity.net/ 484 * https://pax.grsecurity.net/ 485 486config GCC_PLUGIN_STRUCTLEAK_BYREF_ALL 487 bool "Force initialize all struct type variables passed by reference" 488 depends on GCC_PLUGIN_STRUCTLEAK | 1# SPDX-License-Identifier: GPL-2.0 2# 3# General architecture dependent options 4# 5 6config CRASH_CORE 7 bool 8 --- 472 unchanged lines hidden (view full) --- 481 482 This plugin was ported from grsecurity/PaX. More information at: 483 * https://grsecurity.net/ 484 * https://pax.grsecurity.net/ 485 486config GCC_PLUGIN_STRUCTLEAK_BYREF_ALL 487 bool "Force initialize all struct type variables passed by reference" 488 depends on GCC_PLUGIN_STRUCTLEAK |
489 depends on !COMPILE_TEST |
|
489 help 490 Zero initialize any struct type local variable that may be passed by 491 reference without having been initialized. 492 493config GCC_PLUGIN_STRUCTLEAK_VERBOSE 494 bool "Report forcefully initialized variables" 495 depends on GCC_PLUGIN_STRUCTLEAK 496 depends on !COMPILE_TEST # too noisy --- 470 unchanged lines hidden --- | 490 help 491 Zero initialize any struct type local variable that may be passed by 492 reference without having been initialized. 493 494config GCC_PLUGIN_STRUCTLEAK_VERBOSE 495 bool "Report forcefully initialized variables" 496 depends on GCC_PLUGIN_STRUCTLEAK 497 depends on !COMPILE_TEST # too noisy --- 470 unchanged lines hidden --- |