Re: [PATCH 0/6] Fix coverity bugs and add checks for elf values in grub-core

2022-05-30 Thread Darren Kenny
Hi Alec, All of these look great, so: Reviewed-by: Darren Kenny Thanks for looking at the Coverity issues, Darren. On Thursday, 2022-05-26 at 15:29:46 -04, Alec Brown wrote: > Coverity identified several untrusted loop bounds and untrusted allocation > size > bugs in grub-core/loader/i386/bs

Re: [PATCH 0/6] Fix coverity bugs and add checks for elf values in grub-core

2022-05-27 Thread Daniel Kiper
On Thu, May 26, 2022 at 03:29:46PM -0400, Alec Brown wrote: > Coverity identified several untrusted loop bounds and untrusted allocation > size > bugs in grub-core/loader/i386/bsdXX.c and grub-core/loader/multiboot_elfXX.c. > Upon review of these bugs, I found that specific checks weren't being ma