db: fix crashing bug as a result of math changes
commitbf0e3f3a7d302570bcfa0137e1b9bc1bdb9c61cb
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 21 May 2013 11:23:35 +0000 (21 14:23 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 21 May 2013 11:23:35 +0000 (21 14:23 +0300)
tree1ecea795f744f7641610e4764ff3343c79c5abf2
parent75846b01fd8000a1d5fdd951ed90d41865237234
db: fix crashing bug as a result of math changes

This is something I have been meaning to do for a while and now it causes
a crashing bug so I have to.

It's ugly to pass a "fake current slist" that should be handled
transparently in the background.  And actually it already is.  The real
current fake slist matches the slist which we pass to the call backs.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_locking.c
check_user_data.c
smatch.h
smatch_db.c
smatch_param_cleared.c
smatch_param_filter.c
smatch_param_limit.c
smatch_param_set.c
smatch_parse_call_math.c