commit | b7b1011f607d6d90cfb5c045d8bece700a2f57b8 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Jun 11 18:52:33 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Jun 14 19:18:39 2019 +0200 |
tree | a606d651ac66684d73e39c5ed3786ab5f4266da9 | |
parent | fbb93d1070d09c6caefda05531284a9b324976f4 [diff] |
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>