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

CONFIG_UBSAN_LOCAL_BOUNDS:

General informations

The Linux kernel configuration item CONFIG_UBSAN_LOCAL_BOUNDS has multiple definitions:

found in lib/Kconfig.ubsan

The configuration item CONFIG_UBSAN_LOCAL_BOUNDS:

Help text

This option enables Clang's -fsanitize=local-bounds which traps when an access through a pointer that is derived from an object of a statically-known size, where an added offset (which may not be known statically) is out-of-bounds. Since this option is trap-only, it depends on UBSAN_TRAP.

Perform array local bounds checking found in lib/Kconfig.ubsan

The configuration item CONFIG_UBSAN_LOCAL_BOUNDS:

Help text

This option enables -fsanitize=local-bounds which traps when an exception/error is detected. Therefore, it may only be enabled with UBSAN_TRAP.

Enabling this option detects errors due to accesses through a pointer that is derived from an object of a statically-known size, where an added offset (which may not be known statically) is out-of-bounds.

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 - U index

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