commit | 60d3c51de8a0f5a8199ee717166716ac1b3142d7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Mar 15 14:25:59 2025 +0000 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 03 11:43:22 2025 -0600 |
tree | a940eb331fac2c38417da848319482194f1aeba4 | |
parent | 3c63a87be98f82bf4a775d9d1148f762dd72cd32 [diff] |
boot: Handle running out of labels If only a single label is provided in the list, bootdev_next_label() does not operate correctly and reads beyond the end of the pointer list. Fix this by adding a new check. Also add a note to convert this array to an alist Signed-off-by: Simon Glass <sjg@chromium.org>