overflow: don't complain about checks after use, inside a macro
commitce7961ef217ceec5bf790ee8690cb886c3114104
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 25 Jan 2012 07:17:01 +0000 (25 10:17 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 25 Jan 2012 07:17:01 +0000 (25 10:17 +0300)
tree05d077bc30bfd73cf7e779dab739f886db2e96d2
parent337c4af253b3b3c3a4f6d48cf8b950a2f9bc81df
overflow: don't complain about checks after use, inside a macro

The check overflow complains if we check that an index is outside of the
range that we need after we have already used it.  But there are macros
which check that an index is within the right range every time.  So they
cause a lot of false positives.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_overflow.c