Move the stuff from check_derefed_params.c into check_null_deref.
commitb4e983754d42043ee19b422b8c3fd7f3a84c2847
authorDan Carpenter <error27@gmail.com>
Sat, 4 Oct 2008 20:24:36 +0000 (4 23:24 +0300)
committerDan Carpenter <error27@gmail.com>
Sat, 4 Oct 2008 20:24:36 +0000 (4 23:24 +0300)
tree0cb2ae37c3917090b2a6aa9e2821d30462eaa8f2
parente5c7593f287fd60e0cf633f86679106d4da5f6e6
Move the stuff from check_derefed_params.c into check_null_deref.

This lets us cut down on the output from that check because we can
often evaluate the callee and callers before printing anything out.

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