Re: [PATCH 0/2] commands/efi/lsefi: Fix memory leak

2025-05-16 Thread Daniel Kiper
On Tue, May 13, 2025 at 11:01:36AM +, khaalid cali wrote: > From: khaalid You can drop this if it is your patch. > It was forgotten to free `handles` array of handles returned by Please use " instead of ` and/or '. > `grub_efi_locate_handle`. This is quite a large amount of memory, it depe

[PATCH 0/2] commands/efi/lsefi: Fix memory leak

2025-05-13 Thread khaalid cali
From: khaalid It was forgotten to free `handles` array of handles returned by `grub_efi_locate_handle`. This is quite a large amount of memory, it depends how many handles being returned which can be hundrends. Signed-off-by: Khalid Ali --- grub-core/commands/efi/lsefi.c | 2 +- 1 file change