]> www.infradead.org Git - nvme.git/commit
arm64/crc-t10dif: fix use of out-of-scope array in crc_t10dif_arch()
authorEric Biggers <ebiggers@google.com>
Wed, 26 Mar 2025 20:09:18 +0000 (13:09 -0700)
committerEric Biggers <ebiggers@google.com>
Wed, 26 Mar 2025 21:04:43 +0000 (14:04 -0700)
commitd48b663f410f8b35b8ba9bd597bafaa00f53293b
treecaeb20cec46dcd3478df40d105820aea87cc04a2
parent3371f569223c4e8d36edbb0ba789ee5f5cb7316f
arm64/crc-t10dif: fix use of out-of-scope array in crc_t10dif_arch()

Fix a silly bug where an array was used outside of its scope.

Fixes: 2051da858534 ("arm64/crc-t10dif: expose CRC-T10DIF function through lib")
Cc: stable@vger.kernel.org
Reported-by: David Binderman <dcb314@hotmail.com>
Closes: https://lore.kernel.org/r/AS8PR02MB102170568EAE7FFDF93C8D1ED9CA62@AS8PR02MB10217.eurprd02.prod.outlook.com
Link: https://lore.kernel.org/r/20250326200918.125743-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
arch/arm64/lib/crc-t10dif-glue.c