commit | b673e4b6aaf50bee9ac9b14a823ff7a9a67a188f | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun May 05 11:24:53 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue May 07 21:10:04 2019 +0200 |
tree | 59539a0c8393a108868c1106e8b53a1595890b02 | |
parent | 952e206c73c2b0615d579c8d0757a83ce698f94d [diff] |
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>