pariscid.pl: fix nasty typo in CRYPTO_memcmp.

Comparison was effectively reduced to least significant bits.

CVE-2018-0733

Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
Andy Polyakov 2018-03-21 23:48:10 +01:00 committed by Matt Caswell
parent 273f7fe16a
commit 0b020b1488

View File

@ -160,7 +160,7 @@ L\$oop_cmp
or %r29,$rv,$rv
sub %r0,$rv,%r29
extru %r29,31,1,$rv
extru %r29,0,1,$rv
L\$no_data
bv ($rp)
.EXIT