untracked_param: assignments do not make a parameter untracked
commitcc3efb0bbe5c0cd3c01c0cb5ec252668caf03b7f
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 22 Feb 2021 12:05:43 +0000 (22 15:05 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 22 Feb 2021 12:05:43 +0000 (22 15:05 +0300)
tree24ba6c1ee7fcd5bde0d9a522fde2bf11cb742690
parente10af87d8b297e2848ea8d75562dda0d2b054e2a
untracked_param: assignments do not make a parameter untracked

We're supposed to be tracking this assignments so they shouldn't be marked
as unsigned.  I have tested this and haven't found that it causes any
problems so it seems like things are basically working as the theory says
they should.

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