> On 4 Jul 2025, at 2:09 PM, Frediano Ziglio via Grub-devel
> wrote:
>
> We need to use FOR_LIST_ELEMENTS_SAFE instead of FOR_LIST_ELEMENTS
> as single_binary_unload, called during the loop, is changing
> the list using grub_list_remove.
> Given the environment probably the old code simply del
On Fri, Jul 04, 2025 at 09:39:08AM +0100, Frediano Ziglio via Grub-devel wrote:
> We need to use FOR_LIST_ELEMENTS_SAFE instead of FOR_LIST_ELEMENTS
> as single_binary_unload, called during the loop, is changing
> the list using grub_list_remove.
> Given the environment probably the old code simply