commit | 7596d77bc1b6be838e38af3fb4e73dbd0a0a078e | [log] [tgz] |
---|---|---|
author | Moritz Fischer <moritzf@google.com> | Wed Oct 30 21:17:48 2024 +0000 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Oct 31 06:05:39 2024 +0100 |
tree | c486450d3a21ca449ff6d17f315e9e85a7c4711b | |
parent | c8c10b83ef0a7a04ba40223c841f6f721d9a28a3 [diff] |
lib: efi_loader: Fix efi_dp_from_mem() calls The function expects an end address but is being called with an size instead. Fixes: 6422820ac3 ("efi_loader: split unrelated code from efi_bootmgr.c") Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Signed-off-by: Moritz Fischer <moritzf@google.com> Reviewed-by: Patrick Wildt <pwildt@google.com>