extra: fix a type bug in inserting info into caller_info
commitf14387566f2360e0888186fa8d29d51bbc867a26
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 20 Sep 2018 12:30:13 +0000 (20 15:30 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 20 Sep 2018 12:30:13 +0000 (20 15:30 +0300)
treecbfd35c96ac6de604463d4ac06b1ebd22f9f3980
parentbd679904e1393ac31264a11046982a823a9e1673
extra: fix a type bug in inserting info into caller_info

When we do intersect_with_real_abs_expr() then we need to cast the type
to the parameter type.

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