commit | f5cc923bfb704df5739cab59e196ca762e27c6a0 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | Fri Mar 24 08:44:29 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 25 15:31:27 2023 -0400 |
tree | 002ab8b48e3ad681a1d46a335b5957eedc5d02fe | |
parent | c1cbf7ad2200d768c5e5655c47095fe449bd9634 [diff] |
soc: soc_ti_k3: fix revision array bounds checks If rev is equal to the array size, we'll access the array one-past-the-end. Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk> Reviewed-by: Bryan Brattlof <bb@ti.com>