commit | 05f728f0c51ee80ef1d6f44664df64d743bff7f8 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed May 15 19:32:43 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun May 19 08:10:10 2019 +0200 |
tree | 134511777c68e86c94b2c5d2b3c22183437c3611 | |
parent | fb9374a3c709f329fe3fd762bf12eceb916f1107 [diff] |
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: Heinrich Schuchardt <xypron.glpk@gmx.de>