
8 Jan
2019
8 Jan
'19
2:16 p.m.
On 28.12.18 12:41, Heinrich Schuchardt wrote:
Up to now efi_load_pe() returns the entry point or NULL in case of an error. This does not allow to return correct error codes from LoadImage().
Let efi_load_pe() return a status code and fill in the entry point in the corresponding field of the image object.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
This change makes a lot of sense, yes :). I have no idea what I was thinking when I put up that weird API.
Reviewed-by: Alexander Graf agraf@suse.de
Alex