extra: fix type bug handling fake parameter assignments
commit2f2422be46f9df4e2612d0e7535168732cc8fe5c
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 17 May 2021 13:05:03 +0000 (17 16:05 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 17 May 2021 13:05:03 +0000 (17 16:05 +0300)
treeb57ab51abec4bbd596db7b41fe2a54add2a34670
parent81aa4b675df3da62022bf53f846b09c4ae0e6965
extra: fix type bug handling fake parameter assignments

If you're passing an unknown int to a function that takes an unsigned long
then the original code treated it like an unknown ulong instead of an int.

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