diff options
author | Stefan Sørensen <stefan@astylos.dk> | 2020-07-22 09:43:31 +0200 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-07-22 12:32:41 +0200 |
commit | 1ef1cf1f93345cbeb5ff52cbf00c6ee6fee1a47b (patch) | |
tree | fae98940bf37f8a446edae5741893ec6b22a9d38 /lib/efi_loader/efi_gop.c | |
parent | 9b87d4429c145ebb66895c7e053e8d53192180e2 (diff) | |
download | u-boot-1ef1cf1f93345cbeb5ff52cbf00c6ee6fee1a47b.tar.gz u-boot-1ef1cf1f93345cbeb5ff52cbf00c6ee6fee1a47b.tar.xz u-boot-1ef1cf1f93345cbeb5ff52cbf00c6ee6fee1a47b.zip |
efi_loader: loosen buffer parameter check in efi_file_read
When reading a directory, EFI_BUFFER_TOO_SMALL should be returned when
the supplied buffer is too small, so a use-case is to call
efi_file_read with *buffer_size=0 and buffer=NULL to obtain the needed
size before doing the actual read.
So move the buffer!=NULL check to after the buffer size has been checked.
This fix allows the Redhat shim fallback to run and e.g. Fedora 32 now
boots out of the box.
Signed-off-by: Stefan Sørensen <stefan.sorensen@spectralink.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'lib/efi_loader/efi_gop.c')
0 files changed, 0 insertions, 0 deletions