Re: [PATCH v2 0/7] Fix coverity uninitialized scalar variable bugs in grub-core

2022-03-22 Thread Daniel Kiper
On Mon, Mar 21, 2022 at 12:18:33PM +, Darren Kenny wrote: > Hi Alec, > > These changes look good. For the series: > > Reviewed-by: Darren Kenny Same for me, Reviewed-by: Daniel Kiper ... Daniel ___ Grub-devel mailing list Grub-devel@gnu.org https:

Re: [PATCH v2 0/7] Fix coverity uninitialized scalar variable bugs in grub-core

2022-03-21 Thread Darren Kenny
Hi Alec, These changes look good. For the series: Reviewed-by: Darren Kenny Thanks, Darren. On Monday, 2022-03-21 at 02:28:55 -04, Alec Brown wrote: > v2: Set structs with multiple uninitialized members to {0} and set single > uninitialized members to 0. > > Coverity identified multiple unini