commit | 45981a9a3759eae8375c85927fb213e4cc14353d | [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 | c1da6fdb5c239b432440721772d993e63cfdeb20 [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>