Searched refs:overflow (Results 1 – 6 of 6) sorted by relevance
36 KBUILD_CFLAGS += $(call cc-disable-warning, format-overflow-non-kprintf)71 KBUILD_CFLAGS-$(CONFIG_CC_NO_STRINGOP_OVERFLOW) += $(call cc-disable-warning, stringop-overflow)72 KBUILD_CFLAGS-$(CONFIG_CC_STRINGOP_OVERFLOW) += $(call cc-option, -Wstringop-overflow)129 KBUILD_CFLAGS += $(call cc-disable-warning, format-overflow)
17 ubsan-signed-wrap-cflags-$(CONFIG_UBSAN_SIGNED_WRAP) += -fsanitize=signed-integer-overflow
458 bool overflow; in write_src() local462 overflow = offset < 0 || offset > UINT_MAX; in write_src()465 overflow = offset < 0 || offset > INT_MAX; in write_src()468 overflow = offset < INT_MIN || offset >= 0; in write_src()470 if (overflow) { in write_src()
1111 oveflow||overflow1112 overflw||overflow1113 overlfow||overflow
15 // the overflow Kunit tests have some code which intentionally does not use
8 /// perform arithmetic overflow check. Thus, if we use an opencoded expression9 /// before a call to the *_size() function we can miss an overflow.