u-boot/board/st
Rasmus Villemoes daf07215e8 stm32mp: fix various array bounds checks
In all these cases, the index on the LHS is immediately afterwards
used to access the array appearing in the ARRAY_SIZE() on the RHS - so
if that index is equal to the array size, we'll access
one-past-the-end of the array.

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
2023-04-19 10:02:28 +02:00
..
common Correct SPL uses of MTD 2023-02-10 07:41:39 -05:00
stih410-b2260 common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
stm32f429-discovery doc: Add documentation for STM32 MCUs 2022-05-10 13:56:12 +02:00
stm32f429-evaluation doc: Add documentation for STM32 MCUs 2022-05-10 13:56:12 +02:00
stm32f469-discovery doc: Add documentation for STM32 MCUs 2022-05-10 13:56:12 +02:00
stm32f746-disco video: Drop use of the lcd header file 2022-10-30 20:07:17 +01:00
stm32h743-disco doc: Add documentation for STM32 MCUs 2022-05-10 13:56:12 +02:00
stm32h743-eval doc: Add documentation for STM32 MCUs 2022-05-10 13:56:12 +02:00
stm32h750-art-pi doc: Add documentation for STM32 MCUs 2022-05-10 13:56:12 +02:00
stm32mp1 stm32mp: fix various array bounds checks 2023-04-19 10:02:28 +02:00
stv0991 bootstage: Eliminate when not enabled 2021-07-07 10:17:54 -04:00