summary refs log tree commit diff
path: root/test/strcmp.ssa
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-06-16 20:27:49 -0700
committerQuentin Carbonneaux <quentin@c9x.me>2021-06-17 22:16:42 +0200
commit6d9ee1389572ae985f6a39bb99dbd10cdf42c123 (patch)
tree18d0ad17085f2fd6702d168d676a7716eafafae2 /test/strcmp.ssa
parente0b94a3d6ade2f99ded481318e9e6d9f16953662 (diff)
downloadroux-6d9ee1389572ae985f6a39bb99dbd10cdf42c123.tar.gz
amd64: fix conditional jump when compare is swapped and used elsewhere
selcmp may potentially swap the arguments and return 1 indicating
that the opposite operation should be used. However, if the compare
result is used for a conditional jump as well as elsewhere, the
original compare op is used instead of the opposite.

To fix this, add a check to see whether the opposite compare should
be used, regardless of whether selcmp() is done now, or later on
during sel().

Bug report and test case from Charlie Stanton.
Diffstat (limited to 'test/strcmp.ssa')
0 files changed, 0 insertions, 0 deletions