Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - U index
The Linux kernel configuration item CONFIG_UBSAN_INTEGER_WRAP
:
(! CONFIG_COMPILE_TEST ) && ($( CONFIG_cc-option,-fsanitize-undefined-ignore-overflow-pattern = CONFIG_all )) && ($( CONFIG_cc-option,-fsanitize = CONFIG_signed-integer-overflow )) && ($( CONFIG_cc-option,-fsanitize = CONFIG_unsigned-integer-overflow )) && ($( CONFIG_cc-option,-fsanitize = CONFIG_implicit-signed-integer-truncation )) && ($( CONFIG_cc-option,-fsanitize = CONFIG_implicit-unsigned-integer-truncation )) && ($( CONFIG_cc-option,-fsanitize-ignorelist =/dev/null ))
This option enables all of the sanitizers involved in integer overflow (wrap-around) mitigation: signed-integer-overflow, unsigned-integer-overflow, implicit-signed-integer-truncation, and implicit-unsigned-integer-truncation. This is currently limited only to the size_t type while testing and compiler development continues.
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 2025). See also LKDDb sources on GitLab