commit | 02fafec1168188f605688235f939a722920a3727 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 26 21:01:24 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 03 15:30:54 2023 -0400 |
tree | 73d60bf0b8a09427b05c4b6df6edc5e81036e3fb | |
parent | 4aec190d4bb150b844ee168dbeb8d25edc02216f [diff] |
bootstd: Init the size before reading the devicetree The implementation in distro_efi_try_bootflow_files() does not pass a valid size to bootmeth_common_read_file(), so this can fail if the uninted value happens to be too small. Fix this. This was reported by someone but I cannot now find the email. Signed-off-by: Simon Glass <sjg@chromium.org>