commit | 4c07b8e4fc4d37bfcf9b6082c9b520f013f674ee | [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 | 4f2102f4ed208e85f72709dfc4ab0d84d5e70ca6 [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>