1
0
Fork 0
remarkable-linux/scripts/coccinelle/tests
Andrzej Hajda 3f984cb399 coccinelle: tests: unsigned value cannot be lesser than zero
Unsigned expressions cannot be lesser than zero. Presence of comparisons
'unsigned (<|<=|>|>=) 0' often indicates a bug, usually wrong type of variable.
The patch beside finding such comparisons tries to eliminate false positives,
mainly by bypassing range checks.

gcc can detect such comparisons also using -Wtype-limits switch, but it warns
also in correct cases, making too much noise.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Michal Marek <mmarek@suse.com>
2016-01-12 17:47:47 +01:00
..
doublebitand.cocci Coccinelle: Update the options used to the new option scheme 2013-07-03 22:58:13 +02:00
doubletest.cocci Coccinelle: Update the options used to the new option scheme 2013-07-03 22:58:13 +02:00
odd_ptr_err.cocci coccinelle: tests: improve odd_ptr_err.cocci 2015-10-26 20:54:28 +01:00
unsigned_lesser_than_zero.cocci coccinelle: tests: unsigned value cannot be lesser than zero 2016-01-12 17:47:47 +01:00