We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368556d commit d6a0e0bCopy full SHA for d6a0e0b
lib/Kconfig.ubsan
@@ -118,6 +118,8 @@ config UBSAN_UNREACHABLE
118
119
config UBSAN_INTEGER_WRAP
120
bool "Perform checking for integer arithmetic wrap-around"
121
+ # This is very experimental so drop the next line if you really want it
122
+ depends on BROKEN
123
depends on !COMPILE_TEST
124
depends on $(cc-option,-fsanitize-undefined-ignore-overflow-pattern=all)
125
depends on $(cc-option,-fsanitize=signed-integer-overflow)
0 commit comments