commit | e9644cc6f3c3b5d015b657bd924a35c1e80198cc | [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 | 0fcdb7a2558e6918a54b92135ce27a8be6f4fa63 [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>