commit | bb31c3f725bf4261d91b41b51b2443ed24f53218 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Mar 26 19:03:17 2019 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Apr 07 14:17:06 2019 +0200 |
tree | 3fcc38c058ffe2bc0115d6e4c83de1089d0a230c | |
parent | a115d56502b91a5035a150f6b114f25d6829536c [diff] |
efi_loader: parameter checks in StartImage and Exit() Add parameter checks in the StartImage() and Exit() boottime services: - check that the image handle is valid and has the loaded image protocol installed - in StartImage() record the current image - in Exit() check that the image is the current image Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>