Call the merge_hook() instead of setting the state to &undefined.
commit541ba9db51a155c4eac929fac1db82aa728d17c9
authorDan Carpenter <error27@gmail.com>
Wed, 18 Feb 2009 19:56:37 +0000 (18 22:56 +0300)
committerDan Carpenter <error27@gmail.com>
Wed, 18 Feb 2009 19:56:37 +0000 (18 22:56 +0300)
tree3b597f1ba4aa29be7f524d70ad29a3b0acda056e
parent7539f18efa10a17c3c99f99e40e12fefb25a24e3
Call the merge_hook() instead of setting the state to &undefined.

The reason for this is because check_null_deref wants the merged value
for NULL and &assumed_nonnull to be &assumed_nonnull.

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