mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
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:
parent
273f7fe16a
commit
0b020b1488
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user