check_deref: disable "potential NULL dereference" by default
commitef372a8429a9cbccb5dacc1666d5d70eb6b547e6
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 12 Apr 2013 08:12:49 +0000 (12 11:12 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 12 Apr 2013 08:12:49 +0000 (12 11:12 +0300)
tree8a8c33c9a01691ec350017ec835045e0286bde69
parent0e27e6b96d4c0436b501bfcd699050036fee5ac0
check_deref: disable "potential NULL dereference" by default

These have a lot of false positives.

Initially I thought we could silence them using the uninitialized_var()
macro.  But that macro has fallen out of fashion.

Use the --spammy option if you still want to see these.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_deref.c
validation/sm_implied6.c
validation/sm_null_deref.c
validation/sm_switch.c
validation/sm_switch2.c