Re: [PATCH 0/4] Clean up code and fix coverity bugs in util/grub-module-verifierXX.c

2022-02-04 Thread Daniel Kiper
On Thu, Feb 03, 2022 at 11:56:49AM +, Darren Kenny wrote: > Hi Alec, > > These look good to me, thanks for handling the Coverity issues here. > > For the series: > > Reviewed-by: Darren Kenny Reviewed-by: Daniel Kiper Daniel ___ Grub-devel mailin

Re: [PATCH 0/4] Clean up code and fix coverity bugs in util/grub-module-verifierXX.c

2022-02-03 Thread Darren Kenny
Hi Alec, These look good to me, thanks for handling the Coverity issues here. For the series: Reviewed-by: Darren Kenny Thanks, Darren. On Wednesday, 2022-02-02 at 19:26:56 -05, Alec Brown wrote: > Coverity identified several untrusted loop bounds in > util/grub-module-verifierXX.c. This pat

[PATCH 0/4] Clean up code and fix coverity bugs in util/grub-module-verifierXX.c

2022-02-02 Thread Alec Brown
Coverity identified several untrusted loop bounds in util/grub-module-verifierXX.c. This patch series addresses these bugs, cleans up lengthy equations, and makes checks to values based on the elf manual page. The Coverity Bugs being addressed are: CID 314021 CID 314027 CID 314033 Alec Brown (4):