param_set: don't record so much data in the DB
commit712a59d4612567952a00035ed90ea98344fdd723
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 16 Dec 2020 13:22:39 +0000 (16 16:22 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 16 Dec 2020 13:22:39 +0000 (16 16:22 +0300)
tree161c3cb6ee899e0743c31b5763648cdc3b573654
parentde69db75c0fc7ca2dd478e951819ad3642f1180f
param_set: don't record so much data in the DB

This was printing a lot of duplicated information.  If "foo->bar" is
modified then we know "foo->bar->baz" is modified.  No need to record that.
Anyway on this new code path the check was missed.

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