commit | 470dfa50da799720ed6513b89b9237064415cb73 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun May 05 16:55:06 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue May 07 21:10:04 2019 +0200 |
tree | dd2f0ab0db272966ca39af94586a3e6a3baae004 | |
parent | 84a918e8ce6cdc968a17e91768650bfe9eb8844a [diff] |
efi_loader: LoadImage() check source size If the size of the source buffer is 0, return EFI_LOAD_ERROR. (UEFI SCT II 2017: 3.4.1 LoadImage() - 5.1.4.1.6) Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>