mirror of
https://xff.cz/git/u-boot/
synced 2025-10-07 03:05:19 +02:00
If we check an index against array bounds, we should do so before accessing the array and not afterwards. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>