commit | 70bc8dde6df0eeeca26824b9ab93f8c1137970b3 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Aug 27 17:54:53 2020 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Sep 06 21:21:41 2020 +0200 |
tree | 2a4b5e2663dbd31771a4437b1a73115664447b29 | |
parent | cc5bd26c86c32ba0898948825f65ae4d2c05f217 [diff] |
efi_loader: remove duplicate image size check The image size is checked in efi_load_pe(). Avoid checking it twice. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>