var_sym: fix expr_to_vsl() for dereferences
commitb735293e60a6234d0d9b0c8bc1674917d00c2a17
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 4 Oct 2017 10:24:38 +0000 (4 13:24 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 4 Oct 2017 10:24:38 +0000 (4 13:24 +0300)
treedb1184655e52e6ca74ff58382f9f5860ce4a8fb6
parent821c42cf94d7b24a89cf9323a39c1a937a519a8c
var_sym: fix expr_to_vsl() for dereferences

Hm...  Again, I'm not totally sure what the bug was here.  I really suck
at committing code.  I always imagine that I want to test it before
committing it, but then I forget why I wrote it.

Maybe this was something to handle arrays???

Anyway, it fixed a bug, and I haven't seen any terrible fallout from
testing it.

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