[GIT PULL] Zstd fixes for v6.7

From: Nick Terrell
Date: Tue Nov 14 2023 - 20:17:27 EST


The following changes since commit ffc253263a1375a65fa6c9f62a893e9767fbebfa:

Linux 6.6 (2023-10-29 16:31:08 -1000)

are available in the Git repository at:

https://github.com/terrelln/linux.git tags/zstd-linus-v6.7-rc2

for you to fetch changes up to 77618db346455129424fadbbaec596a09feaf3bb:

zstd: Fix array-index-out-of-bounds UBSAN warning (2023-11-14 17:12:52 -0800)

----------------------------------------------------------------
Zstd fixes for v6.7

Only a single line change to fix a benign UBSAN warning that has been
baking in linux-next for a month. I just missed the merge window, but I
think it is worthwhile to include this fix in the v6.7 kernel. If you
would like me to wait for v6.8 please let me know.

Signed-off-by: Nick Terrell <terrelln@xxxxxx>

----------------------------------------------------------------
Nick Terrell (1):
zstd: Fix array-index-out-of-bounds UBSAN warning

lib/zstd/common/fse_decompress.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)