commit | 1dee4eb6ececb9537807241c2d2a18299d65aaa3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 26 21:01:25 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 03 15:30:54 2023 -0400 |
tree | 9e95ad9c42383955460fc39eb095bcedb333b846 | |
parent | 02fafec1168188f605688235f939a722920a3727 [diff] |
bootstd: Init the size before reading extlinux file The implementation in extlinux_pxe_getfile() does not pass a valid size to bootmeth_read_file(), so this can fail if the uninited value happens to be too small. Fix this. Signed-off-by: Simon Glass <sjg@chromium.org>