efi_loader: LoadImage w/o SourceBuffer and DevicePath
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 11 Jun 2019 16:52:33 +0000 (18:52 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 14 Jun 2019 17:18:39 +0000 (19:18 +0200)
commite4afcb2876eeeddd2376c8b07808276b75862498
treea606d651ac66684d73e39c5ed3786ab5f4266da9
parent698bc1f2e95af4d909fb6a0f9a4b9ce32287ac5f
efi_loader: LoadImage w/o SourceBuffer and DevicePath

If both SourceBuffer and DevicePath are NULL, LoadImage() must return
EFI_INVALID_PARAMETER.

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