comparison: fix loop in get_all_possible_not_equal_comparisons()
commitbe7a8cb79f0b2b0c2320e5c612278f129c98abec
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 24 Feb 2021 13:42:02 +0000 (24 16:42 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 24 Feb 2021 13:42:02 +0000 (24 16:42 +0300)
treecda35a676b0b6adc61b8bc4a24fb073a046015e4
parent1ef81262816368a142e767d794c66a77a154d0f0
comparison: fix loop in get_all_possible_not_equal_comparisons()

This loop uses the wrong iterator.  It caused a compiler warning.  I'm
not sure what the runtime implications of this bug are, but they can't be
good.

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