[GIT PULL] array-bounds fixes for 5.14-rc1
From: Gustavo A. R. Silva
Date: Mon Jun 28 2021 - 17:19:20 EST
The following changes since commit d07f6ca923ea0927a1024dfccafc5b53b61cfecc:
Linux 5.13-rc2 (2021-05-16 15:27:44 -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-rc1
for you to fetch changes up to 13dfead49db07225335d4f587a560a2210391a1a:
media: siano: Fix out-of-bounds warnings in smscore_load_firmware_family2() (2021-06-07 14:11:47 -0500)
----------------------------------------------------------------
array-bounds fixes for 5.14-rc1
Hi Linus,
Please, pull the following patch that fixes an out-of-bounds
warning in the media subsystem. This is part of the ongoing
efforts to globally enable -Warray-bounds.
Thanks!
----------------------------------------------------------------
Gustavo A. R. Silva (1):
media: siano: Fix out-of-bounds warnings in smscore_load_firmware_family2()
drivers/media/common/siano/smscoreapi.c | 22 +++++++++-------------
drivers/media/common/siano/smscoreapi.h | 4 ++--
2 files changed, 11 insertions(+), 15 deletions(-)