db: pass pointed at values to called functions
commitd9209af12a0e47dc1e829b274114eede3ebeb76b
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 21 Feb 2013 10:01:32 +0000 (21 13:01 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 21 Feb 2013 10:01:32 +0000 (21 13:01 +0300)
treebce7b6219c7049fe6c6c13224ea85e0b27de11a6
parent087d5bff7b94cea2e3db80dce9915231b23ab075
db: pass pointed at values to called functions

For some reason when we do:

*x = 100;
frob(x);

The 100 value is not getting passed to the called function, only that x
is non-NULL.  I'm not sure how I over looked this before.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_db.c
smatch_extra.c