*new* check_array_condition.c: arrays can't be NULL
commit7a671b456416aaf9f62d4beacb65f2eed6f89ce8
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 19 Dec 2013 16:56:44 +0000 (19 19:56 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 19 Dec 2013 16:56:44 +0000 (19 19:56 +0300)
tree786357b4e2029ec13bff538bec76b1d67c7b4dfe
parentd4ca3d01d43d86b1472b73bddb1a1e1def667b35
*new* check_array_condition.c: arrays can't be NULL

These mostly are false positives in that they are just superfluous NULL
checks that the compiler removes.  But it does find some bugs.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_array_condition.c [new file with mode: 0644]
check_list.h