]> git.ipfire.org Git - thirdparty/grub.git/commit
efi: fix GetVariable return status check in 81ca24a
authorIgnat Korchagin <ignat@cloudflare.com>
Fri, 24 Jul 2015 17:46:02 +0000 (20:46 +0300)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Fri, 24 Jul 2015 17:46:02 +0000 (20:46 +0300)
commitd5847bf59443ef54c838fe5be1ecd47443c7807b
treefb3bddc25acaa96670a04d907e972685ff46db4e
parent333855c6469d52a7a555ea55834182603981ea0e
efi: fix GetVariable return status check in 81ca24a

GetVariable should return EFI_BUFFER_TOO_SMALL if given buffer of size
zero; commit incorrectly checked for EFI_SUCCESS.
grub-core/kern/efi/efi.c