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

CONFIG_UBSAN_SIGNED_WRAP: Perform checking for signed arithmetic wrap-around

General informations

The Linux kernel configuration item CONFIG_UBSAN_SIGNED_WRAP:

Help text

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).

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