Skip to content
Commit 487d8c75 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt
Browse files

efi_loader: GetVariable set attributes for EFI_BUFFER_TOO_SMALL



UEFI spec 2.7 erratum A leaves it undefined if Attributes should be set if
GetVariable() returns EFI_BUFFER_TOO_SMALL.

UEFI spec 2.8 defines that Attributes should be set if the return value is
either EFI_SUCCESS or EFI_BUFFER_TOO_SMALL.

Set Attributes if the return value is EFI_BUFFER_TOO_SMALL.

Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent 98b3156b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment