[go: nahoru, domu]

Skip to content

Commit

Permalink
pariscid.pl: fix nasty typo in CRYPTO_memcmp.
Browse files Browse the repository at this point in the history
Comparison was effectively reduced to least significant bits.

CVE-2018-0733

Reviewed-by: Matt Caswell <matt@openssl.org>
  • Loading branch information
Andy Polyakov authored and mattcaswell committed Mar 27, 2018
1 parent e25aef6 commit 56d5a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/pariscid.pl
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
or %r29,$rv,$rv
sub %r0,$rv,%r29
extru %r29,31,1,$rv
extru %r29,0,1,$rv
L\$no_data
bv ($rp)
.EXIT
Expand Down

0 comments on commit 56d5a4b

Please sign in to comment.