flow: handle struct assignments later
commit646c94549b9f8f826f00366f29799adc3f10d614
authorDan Carpenter <error27@gmail.com>
Fri, 24 Feb 2023 15:44:38 +0000 (24 18:44 +0300)
committerDan Carpenter <error27@gmail.com>
Fri, 24 Feb 2023 15:44:38 +0000 (24 18:44 +0300)
tree29f924fb236706cd74f4fd4c3fdbcf6a9eede46c
parent42cb108c5b7900aa687f427ea7fc99a488936e04
flow: handle struct assignments later

This should have been committed as part of commit 1571fefbd71f
("points_to_user_data: communicate USER_PTR returns to USER_DATA").
The issue is that I want to parse the returns states to know if a function
returns user data.  That way I can fake the struct assignments more
accurately to say if a variable is user data.

Signed-off-by: Dan Carpenter <error27@gmail.com>
smatch_flow.c