[PATCH 1/1] efi_loader: initialize variables in efi_dp_from_http()
Simon Glass
sjg at chromium.org
Mon May 4 14:27:19 CEST 2026
On 2026-04-29T15:40:00, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
> efi_loader: initialize variables in efi_dp_from_http()
>
> When using lwIP, efi_dp_from_http() may fail to initialize ip or mask.
> Initialize the variables before the call.
>
> Addresses-Coverity-ID: 645840 - Uninitialized variables (UNINIT)
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
>
> lib/efi_loader/efi_device_path.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list