projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8f302e
)
chacha/asm/chacha-x86_64.pl: fix sporadic crash in AVX512 code path.
author
Andy Polyakov
<appro@openssl.org>
Mon, 20 Nov 2017 16:07:51 +0000
(17:07 +0100)
committer
Andy Polyakov
<appro@openssl.org>
Sat, 25 Nov 2017 21:08:17 +0000
(22:08 +0100)
Only chacha_internal_test is affected, since this path is not used
from EVP.
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4758)
crypto/chacha/asm/chacha-x86_64.pl
patch
|
blob
|
history
diff --git
a/crypto/chacha/asm/chacha-x86_64.pl
b/crypto/chacha/asm/chacha-x86_64.pl
index 0cfe8990faaa0b33f9ed030e0dbf341010362812..0510363ad88dfbf0bdbdb478639aa3de3392e593 100755
(executable)
--- a/
crypto/chacha/asm/chacha-x86_64.pl
+++ b/
crypto/chacha/asm/chacha-x86_64.pl
@@
-2488,7
+2488,7
@@
$code.=<<___;
dec $len
jnz .Loop_tail_avx512
- vmovdq
a
32 $a_,0x00(%rsp)
+ vmovdq
u
32 $a_,0x00(%rsp)
.Ldone_avx512:
vzeroall