Re: [PATCH] commands/file: Fix null dereference in the knetbsd tests

2025-01-14 Thread Ross Philipson via Grub-devel
On 1/5/25 12:24 AM, Glenn Washburn wrote: From: Lukas Fink The pointer returned by grub_elf_file() is not checked to verify it is not null before use. A null pointer may be returned when the given file does not have a valid ELF header. Indeed or for a number of other reasons. Also other place

Re: [PATCH v3 10/10] docs: Update NV index mode of TPM2 key protector

2025-01-14 Thread Stefan Berger
On 1/12/25 10:07 PM, Gary Lin via Grub-devel wrote: This commit updates the NV index mode section and the grub-protect section to reflect the recent changes in TPM2 key protector and grub-protect. Signed-off-by: Gary Lin Reviewed-by: Stefan Berger