check offset after use: ignore foo = &array[bar];
commitc623f1f28d8e68cf0372f249d63385ad8f5b9ffa
authorDan Carpenter <error27@gmail.com>
Thu, 7 Jan 2010 12:29:23 +0000 (7 15:29 +0300)
committerDan Carpenter <error27@gmail.com>
Thu, 7 Jan 2010 12:29:23 +0000 (7 15:29 +0300)
tree72ba4411dcc173721ef53141ec787166ffc5159a
parente14800757936fdec7fdcfac84629ee5d0f342ea3
check offset after use:  ignore foo = &array[bar];

In theory those could end up being bugs sometimes, but in my testing
on the kernel source ignoring them cut out lots of the false positives
and no actual bugs.

Signed-off-by: Dan Carpenter <error27@gmail.com>
check_deref_check.c
check_overflow.c
smatch.h