commit | 48940c6429c3f77c04b1844e0cfed2f884bf045b | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Jul 24 15:26:04 2024 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Jul 31 08:29:58 2024 +0200 |
tree | 81667d6659beeca806facdc0ae20e0f7e227d6c0 | |
parent | 93767c5a8f7b1a6d22eb551e3b98f22eebe54d64 [diff] |
efi_loader: correct check in efi_load_option_dp_join() After assigning to *dp we must check this value and not dp. Addresses-Coverity-ID: 501792 Control flow issues (DEADCODE) Fixes: 58bef195f94e ("cmd: eficonfig: add support for setting fdt") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>