[GIT PULL] array-bounds fixes for 5.14-rc3

From: Gustavo A. R. Silva
Date: Thu Jul 22 2021 - 17:04:19 EST


The following changes since commit 2734d6c1b1a089fb593ef6a23d4b70903526fe0c:

Linux 5.14-rc2 (2021-07-18 14:13:49 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git tags/array-bounds-fixes-5.14-rc3

for you to fetch changes up to 8d4abca95ecc82fc8c41912fa0085281f19cc29f:

media: ngene: Fix out-of-bounds bug in ngene_command_config_free_buf() (2021-07-19 19:33:46 -0500)

----------------------------------------------------------------
array-bounds fixes for 5.14-rc3

Hi Linus,

Please, pull the following patch that fixes a couple of out-of-bounds
warnings in the media subsystem. This is part of the ongoing efforts
to globally enable -Warray-bounds.

Thanks!

----------------------------------------------------------------
Gustavo A. R. Silva (1):
media: ngene: Fix out-of-bounds bug in ngene_command_config_free_buf()

drivers/media/pci/ngene/ngene-core.c | 2 +-
drivers/media/pci/ngene/ngene.h | 14 ++++++++------
2 files changed, 9 insertions(+), 7 deletions(-)