Commit 56d5a4bf authored by Andy Polyakov's avatar Andy Polyakov Committed by Matt Caswell
Browse files

pariscid.pl: fix nasty typo in CRYPTO_memcmp.



Comparison was effectively reduced to least significant bits.

CVE-2018-0733

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
parent e25aef64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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