]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: correct parameter check in LocateHandle()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 4 May 2019 15:37:32 +0000 (17:37 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 7 May 2019 19:10:03 +0000 (21:10 +0200)
commitb6d1904bfc9f96b4b65aea2fd115aaec104564c2
tree7aeac221c96644aa97ac12518a1b3c1ca35701ef
parent31ce42035f6cb14d6e782dbe43b1b8f20211844c
efi_loader: correct parameter check in LocateHandle()

If LocateHandle() does not find an entry EFI_NOT_FOUND has to be returned
even if BufferSize is NULL.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_boottime.c