Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - U index
The Linux kernel configuration item CONFIG_UBSAN_SIGNED_WRAP
:
(! CONFIG_COMPILE_TEST ) && (! CONFIG_CC_IS_GCC || CONFIG_GCC_VERSION >= CONFIG_80000 ) && ($( CONFIG_cc-option,-fsanitize = CONFIG_signed-integer-overflow ))
This option enables -fsanitize=signed-integer-overflow which checks for wrap-around of any arithmetic operations with signed integers. This currently performs nearly no instrumentation due to the kernel's use of -fno-strict-overflow which converts all would-be arithmetic undefined behavior into wrap-around arithmetic. Future sanitizer versions will allow for wrap-around checking (rather than exclusively undefined behavior).
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - U index
Automatically generated (in year 2024). See also LKDDb sources on GitLab