commit | 997fc12ec91eccf6b7485565864f3eb8ce74def2 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Feb 16 15:36:33 2019 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Feb 16 15:51:14 2019 +0100 |
tree | e10ca0c48d2c69624d2a1adbc0f346b13021b6ef | |
parent | 1db561e11f2b6b6cd8f64035cc12b067dd6c1f91 [diff] |
efi_loader: do not miss last relocation block If the last block in the relocation table contains only a single relocation, the current coding ignores it. Fix the determination of the end of the relocation table. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>