commit | 82786754b9d21a05a70c45ff7e9e48c91745f837 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Apr 03 22:29:32 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Wed Apr 04 11:37:40 2018 +0200 |
tree | 1f9299cd02e0bf640a86e2ba20922d48be9fa0e8 | |
parent | 84b40b40ad9b95b4680766597c866b604147144c [diff] |
efi_loader: ImageSize must be multiple of SectionAlignment According to the Portable Executable and Common Object File Format Specification the image size must be a multiple of the alignment of sections. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>