commit | 1702055eb3010a9bd473f49565613899177aeb36 | [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 | f2833d451c0e5e0aecec4d431cbe4ffa21f2e433 [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>