commit | 2f1a93f912a4aebf596b947e53edfa0e361a0a0a | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Nov 26 16:44:38 2022 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Dec 02 19:17:24 2022 +0100 |
tree | 857fbaa82320dd2f8b03e18f48315662cc25fba7 | |
parent | ec4e32768c61acce60b6e9a53e20a200d62eee76 [diff] |
efi_loader: fix handling of DHCP acknowledge The dhcp command may be executed after the first UEFI command. We should still update the EFI_PXE_BASE_CODE_PROTOCOL. Don't leak content of prior acknowledge packages. Handle failing allocation when calling malloc(). Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>