Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 5 of 5) sorted by relevance

/scripts/
DMakefile.extrawarn107 KBUILD_CFLAGS += $(call cc-option, -Wformat-overflow)
109 KBUILD_CFLAGS += $(call cc-option, -Wstringop-overflow)
123 KBUILD_CFLAGS += $(call cc-disable-warning, format-overflow)
125 KBUILD_CFLAGS += $(call cc-disable-warning, stringop-overflow)
Dkallsyms.c502 int overflow; in write_src() local
506 overflow = (offset < 0 || offset > UINT_MAX); in write_src()
509 overflow = (offset < 0 || offset > INT_MAX); in write_src()
512 overflow = (offset < INT_MIN || offset >= 0); in write_src()
514 if (overflow) { in write_src()
Dspelling.txt1101 oveflow||overflow
1102 overflw||overflow
1103 overlfow||overflow
/scripts/coccinelle/api/
Ddevice_attr_show.cocci5 /// returned to user space. If you can guarantee that an overflow
/scripts/coccinelle/misc/
Darray_size_dup.cocci8 /// perform arithmetic overflow check. Thus, if we use an opencoded expression
9 /// before a call to the *_size() function we can miss an overflow.