commit | 4786f950b0a68284fba26e42c37cbe59f576cf9f | [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 | 14e7ed9b37ae70c5b09c5a2890c5eb012a835779 [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>