diff options
author | Andy Polyakov <appro@openssl.org> | 2018-03-21 23:48:10 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2018-03-27 11:22:49 +0200 |
commit | 0b020b14882173918b9cc3e8e3bd85fb9ffac948 (patch) | |
tree | 172d5ea8abe911d7ff20d2dc9de084c4fba36049 /crypto/pariscid.pl | |
parent | Add fuzz corpora file that found the ASN.1 stack depth issue (diff) | |
download | openssl-0b020b14882173918b9cc3e8e3bd85fb9ffac948.tar.xz openssl-0b020b14882173918b9cc3e8e3bd85fb9ffac948.zip |
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>
Diffstat (limited to 'crypto/pariscid.pl')
-rw-r--r-- | crypto/pariscid.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pariscid.pl b/crypto/pariscid.pl index f82e27ac4c..3e26f8eccf 100644 --- a/crypto/pariscid.pl +++ b/crypto/pariscid.pl @@ -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 |