function_hooks: re-hack around moving the fake parameter assignment
commitda200c74f240929c7fd2671d2a377a290b6675da
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 26 Sep 2018 14:48:27 +0000 (26 17:48 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 27 Sep 2018 12:01:32 +0000 (27 15:01 +0300)
treee6160662c301b24406c000659a4be192881bfdc4
parent5bddd9a1be7cb2b8e150c03f6e0b164104c4fb89
function_hooks: re-hack around moving the fake parameter assignment

In commit 79fe36620a7a ("function_hooks: hack around fallout from moving
the assignment to the end"), I re-used the __in_fake_assignment variable
but that was a bit of a hack.  I need to patch up smatch_return_to_param.c
as well and I didn't want to check the __in_fake_assignment variable so
I have created a new __in_fake_parameter_assignment variable.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_free.c
check_free_strict.c
smatch.h
smatch_comparison.c
smatch_function_hooks.c
smatch_return_to_param.c