Component Type: kbuild config
Description: Perform array local bounds checking
More info: This option enables -fsanitize=local-bounds which traps when an exception/error is detected. Therefore, it may only be enabled with CONFIG_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.
Build project: Kconfig (Linux kconfig) (Path: Kconfig )
Other views: file explorer