Re: [PATCH 1/1] efi_loader: fix handling of DHCP acknowledge

2022-11-30 Thread Ilias Apalodimas
Hi Henrich On Wed, 30 Nov 2022 at 14:45, Heinrich Schuchardt wrote: > > On 11/30/22 09:44, Ilias Apalodimas wrote: > > On Wed, Nov 30, 2022 at 08:50:07AM +0100, Heinrich Schuchardt wrote: > >> > >> > >> On 11/30/22 08:37, Ilias Apalodimas wrote: > >>> Hi Heinrich, > >>> > >>> On Sat, Nov 26, 2022

Re: [PATCH 1/1] efi_loader: fix handling of DHCP acknowledge

2022-11-30 Thread Heinrich Schuchardt
On 11/30/22 09:44, Ilias Apalodimas wrote: On Wed, Nov 30, 2022 at 08:50:07AM +0100, Heinrich Schuchardt wrote: On 11/30/22 08:37, Ilias Apalodimas wrote: Hi Heinrich, On Sat, Nov 26, 2022 at 05:10:56PM +0100, Heinrich Schuchardt wrote: The dhcp command may be executed after the first UEFI

Re: [PATCH 1/1] efi_loader: fix handling of DHCP acknowledge

2022-11-30 Thread Ilias Apalodimas
On Wed, Nov 30, 2022 at 08:50:07AM +0100, Heinrich Schuchardt wrote: > > > On 11/30/22 08:37, Ilias Apalodimas wrote: > > Hi Heinrich, > > > > On Sat, Nov 26, 2022 at 05:10:56PM +0100, Heinrich Schuchardt wrote: > > > The dhcp command may be executed after the first UEFI command. > > > We should

Re: [PATCH 1/1] efi_loader: fix handling of DHCP acknowledge

2022-11-29 Thread Heinrich Schuchardt
On 11/30/22 08:37, Ilias Apalodimas wrote: Hi Heinrich, On Sat, Nov 26, 2022 at 05:10:56PM +0100, Heinrich Schuchardt wrote: 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

Re: [PATCH 1/1] efi_loader: fix handling of DHCP acknowledge

2022-11-29 Thread Ilias Apalodimas
Hi Heinrich, On Sat, Nov 26, 2022 at 05:10:56PM +0100, Heinrich Schuchardt wrote: > 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 out of memory. > The patc

[PATCH 1/1] efi_loader: fix handling of DHCP acknowledge

2022-11-26 Thread Heinrich Schuchardt
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 out of memory. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_net.c | 13 ++--- 1 file changed, 10 i