Re: [PATCH] efi_loader: handle malloc() errors

2025-04-01 Thread Ilias Apalodimas
On Tue, 1 Apr 2025 at 14:15, Vincent Stehlé wrote: > > The new_packagelist() function of the HII Protocols implementation is > calling malloc() without checking its return code; fix this. > > Signed-off-by: Vincent Stehlé > Cc: Heinrich Schuchardt > Cc: Ilias Apalodimas > Cc: Tom Rini > --- >

[PATCH] efi_loader: handle malloc() errors

2025-04-01 Thread Vincent Stehlé
The new_packagelist() function of the HII Protocols implementation is calling malloc() without checking its return code; fix this. Signed-off-by: Vincent Stehlé Cc: Heinrich Schuchardt Cc: Ilias Apalodimas Cc: Tom Rini --- lib/efi_loader/efi_hii.c | 3 +++ 1 file changed, 3 insertions(+) dif