mirror of
https://github.com/openssl/openssl.git
synced 2025-04-24 20:51:14 +08:00
fix OOB issue in AVX-512 XTS decryption
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/27216)
This commit is contained in:
parent
6d3202e20f
commit
8ca8f9afbb
@ -2210,7 +2210,7 @@ ___
|
||||
vmovdqu8 0x40($input),%zmm2
|
||||
vmovdqu8 0x80($input),%zmm3
|
||||
vmovdqu8 0xc0($input),%zmm4
|
||||
vmovdqu8 0xf0($input),%zmm5
|
||||
vmovdqu8 0xf0($input),%xmm5
|
||||
add \$0x100,$input
|
||||
___
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user