Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - G index

CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL: zero-init everything passed by reference (very strong)

General informations

The Linux kernel configuration item CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL has multiple definitions:

zero-init everything passed by reference (very strong) found in security/Kconfig.hardening

The configuration item CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL:

Help text

Zero-initialize any stack variables that may be passed by reference and had not already been explicitly initialized. This is intended to eliminate all classes of uninitialized stack variable exploits and information exposures.

As a side-effect, this keeps a lot of variables on the stack that can otherwise be optimized out, so combining this with KASAN_STACK can lead to a stack overflow and is disallowed.

zero-init anything passed by reference (very strong) found in security/Kconfig.hardening

The configuration item CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL:

Help text

Zero-initialize any stack variables that may be passed by reference and had not already been explicitly initialized. This is intended to eliminate all classes of uninitialized stack variable exploits and information exposures.

anything passed by reference found in scripts/gcc-plugins/Kconfig

The configuration item CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL:

Help text

Zero-initialize any stack variables that may be passed by reference and had not already been explicitly initialized. This is intended to eliminate all classes of uninitialized stack variable exploits and information exposures.

Force initialize all struct type variables passed by reference found in scripts/gcc-plugins/Kconfig

The configuration item CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL:

Help text

Zero initialize any struct type local variable that may be passed by reference without having been initialized.

Force initialize all struct type variables passed by reference found in arch/Kconfig

The configuration item CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL:

Help text

Zero initialize any struct type local variable that may be passed by reference without having been initialized.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - G index

Automatically generated (in year 2024). See also LKDDb sources on GitLab