]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: HandleProtocol parameter checks
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 5 May 2019 09:24:53 +0000 (11:24 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 7 May 2019 19:10:04 +0000 (21:10 +0200)
commita04e7167d33c2e63e901573104e7fdf5059f965c
tree59539a0c8393a108868c1106e8b53a1595890b02
parent15fdf53b4a564277f5cdc71bfcfbfb20c5e2d2cf
efi_loader: HandleProtocol parameter checks

HandleProtocol() and OpenProtocol() have to return EFI_UNSUPPORTED if the
protocol is not installed on the handle.

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