Re: [PATCH v2] loader/efi/linux: Correctly terminate LoadOptions field

2025-06-25 Thread Frediano Ziglio via Grub-devel
On Tue, Jun 24, 2025 at 4:48 PM Daniel Kiper wrote: > > On Tue, Jun 24, 2025 at 09:01:14AM +0100, Frediano Ziglio via Grub-devel > wrote: > > If a simple string for arguments are passed it should be NUL > > terminated. This is true for other code but not for "linux" > > command. > > Signed-off-by

Re: [PATCH v2] loader/efi/linux: Correctly terminate LoadOptions field

2025-06-24 Thread Daniel Kiper
On Tue, Jun 24, 2025 at 09:01:14AM +0100, Frediano Ziglio via Grub-devel wrote: > If a simple string for arguments are passed it should be NUL > terminated. This is true for other code but not for "linux" > command. > Signed-off-by: Frediano Ziglio > --- > Changes since v1 > - remove useless assig