Re: [PATCH v2 2/2] cmdline: fix command line parsing in grub

2025-05-23 Thread Shreenidhi Shedi
On 20/05/25 19:15, Daniel Kiper wrote: On Mon, May 19, 2025 at 11:49:55PM +0530, Shreenidhi Shedi wrote: From: Shreenidhi Shedi Previously, the command line construction function (grub_create_loader_cmdline) escaped single and double quotes, which is unnecessary and potentially problematic sin

Re: [PATCH v2 2/2] cmdline: fix command line parsing in grub

2025-05-23 Thread Vladimir 'phcoder' Serbinenko
Here is the patch in question: https://lists.gnu.org/archive/html/grub-devel/2023-07/msg00089.html. It will need an additional change to Linux calling. Regards Vladimir 'phcoder' Serbinenko Le ven. 23 mai 2025, 19:53, Shreenidhi Shedi a écrit : > On 20/05/25 19:15, Daniel Kiper wrote: > > On Mo

[PATCH] UEFI: Fix several memory leaks of UEFI handles

2025-05-23 Thread khaalid cali
Fix possible and absolute memory leaks of "handles" returned by grub_efi_locate_handle() using grub_malloc(). Signed-off-by: Khalid Ali --- grub-core/commands/efi/lsefi.c | 1 + grub-core/commands/efi/tpm.c | 2 ++ grub-core/term/efi/serial.c| 4 ++-- grub-core/video/efi_gop.c | 2 +-

Re: [PATCH v3 0/2] Support dates outside of 1901..2038 range

2025-05-23 Thread Andrew Hamilton
Hello, I was wondering if this was still on the radar. Thanks, Andrew On Fri, Apr 18, 2025 at 9:54 AM Andrew Hamilton wrote: > Support dates outside of 1901..2038. > Add tests for dates outside this range. > Vast majority of the work was done by Vladimir Serbinenko > > Fixes: https://savannah.