From: Dan Pittman Date: Mon, 31 Mar 2025 17:28:41 +0000 (-0700) Subject: fix OOB issue in AVX-512 XTS decryption X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ca8f9afbb870293fb0a9dd74cfead9b7767596f;p=thirdparty%2Fopenssl.git fix OOB issue in AVX-512 XTS decryption Reviewed-by: Shane Lontis Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27216) --- diff --git a/crypto/aes/asm/aesni-xts-avx512.pl b/crypto/aes/asm/aesni-xts-avx512.pl index 8b676bfa5f5..0dc69589838 100644 --- a/crypto/aes/asm/aesni-xts-avx512.pl +++ b/crypto/aes/asm/aesni-xts-avx512.pl @@ -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 ___ }