equiv: update "other" names as well
commitf639fbb2501bb39de11fc73f6e0b2aaec8821a5e
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 12 Feb 2019 05:32:53 +0000 (12 08:32 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 12 Feb 2019 05:32:53 +0000 (12 08:32 +0300)
tree18e87aa9a961af3bec7fbd87a980fd4163c544a0
parent6da506709fe71bb5a41dcbd3af786de159166767
equiv: update "other" names as well

The issue is that say we have another name then we do an assignment, I
guess we want to update the other name as well?

Ok.  It's not clear to me why we have another name and that's not already
marked as equiv.  Perhaps because we don't save those fake assignments?  Or
maybe the order is wrong.  Or maybe the get_other_name() does complicated
things with function arguments and breaking stuff into chunks so it
encompasses more than just equiv.

I wanted to spend some time on this and investigate but I haven't done
that.  This fixes a real life bug and I have been running it for a while
and I don't want to get out of sync with the released code.  As they say,
perfect is the enemy of barely acceptable.  :(

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