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
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