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)
commite7c3cd6b67d87383fa48b41c1b4037b75ceab597
tree59539a0c8393a108868c1106e8b53a1595890b02
parent529886a097c2f4e3b7692dcbd4da8d2b4dcf0c2a
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