commit | 1bc9fc3483ece303ad7181ea024312248d8ce928 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Feb 02 07:27:42 2021 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Feb 04 20:09:02 2021 +0100 |
tree | b273f32d30ed82277c3f22442fea27a794b2ce6a | |
parent | 3ecc5277f42eba5703901671f218a7f40d5ed45f [diff] |
efi_loader: only check size if EFI_DT_APPLY_FIXUPS In the implementation of the EFI_DT_FIXUP_PROTOCOL: * Only check the buffer size when EFI_DT_APPLY_FIXUPS is set. * In this case the field totalsize of the device-tree may not exceed the buffer size. * Install device-tree only if EFI_DT_INSTALL_TABLE is set. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>