Re: [PATCH v3 11/19] bootmeth_efi: Check the filename-allocation in the network path

2024-11-15 Thread Simon Glass
Hi Heinrich, On Mon, 4 Nov 2024 at 14:42, Heinrich Schuchardt wrote: > > On 11/4/24 18:51, Simon Glass wrote: > > If the filename cannot be set we should give up. Add the missing error > > check. > > > > Signed-off-by: Simon Glass > > --- > > > > (no changes since v2) > > > > Changes in v2: > >

Re: [PATCH v3 11/19] bootmeth_efi: Check the filename-allocation in the network path

2024-11-04 Thread Heinrich Schuchardt
On 11/4/24 18:51, Simon Glass wrote: If the filename cannot be set we should give up. Add the missing error check. Signed-off-by: Simon Glass --- (no changes since v2) Changes in v2: - Change the tag to bootmeth_efi boot/bootmeth_efi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a

[PATCH v3 11/19] bootmeth_efi: Check the filename-allocation in the network path

2024-11-04 Thread Simon Glass
If the filename cannot be set we should give up. Add the missing error check. Signed-off-by: Simon Glass --- (no changes since v2) Changes in v2: - Change the tag to bootmeth_efi boot/bootmeth_efi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boot/bootmeth_efi.c b/boot/bootmeth_efi.