Re: [U-Boot] [PATCH 2/2] efi_loader: parameter checks in StartImage and Exit()

2019-03-31 Thread Alexander Graf
On 27.03.19 01:41, Heinrich Schuchardt wrote: > 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 cur

Re: [U-Boot] [PATCH 2/2] efi_loader: parameter checks in StartImage and Exit()

2019-03-31 Thread Alexander Graf
On 27.03.19 01:41, Heinrich Schuchardt wrote: > 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 cur

[U-Boot] [PATCH 2/2] efi_loader: parameter checks in StartImage and Exit()

2019-03-26 Thread Heinrich Schuchardt
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 --- lib/