From: Darren Kenny <darren.kenny@oracle.com>
To: Alec Brown <alec.r.brown@oracle.com>, grub-devel@gnu.org
Cc: daniel.kiper@oracle.com, alec.r.brown@oracle.com
Subject: Re: [PATCH v2 0/7] Fix coverity uninitialized scalar variable bugs in grub-core
Date: Mon, 21 Mar 2022 12:18:33 +0000 [thread overview]
Message-ID: <m2h77rmrc6.fsf@oracle.com> (raw)
In-Reply-To: <1647844142-20619-1-git-send-email-alec.r.brown@oracle.com>
Hi Alec,
These changes look good. For the series:
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
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 uninitialized scalar variable bugs in multiple
> components of the grub-core. These patches address these issues.
>
> The Coverity bugs being addressed are:
> CID 375026
> CID 375028
> CID 375030
> CID 375031
> CID 375033
> CID 375035
> CID 375036
>
> Alec Brown (7):
> grub-core/loader/i386/bsd.c: Fix uninitialized scalar variable
> grub-core/loader/i386/pc/linux.c: Fix uninitialized scalar variable
> grub-core/net/arp.c: Fix uninitialized scalar variable
> grub-core/loader/i386/xnu.c: Fix uninitialized scalar variable
> grub-core/net/net.c: Fix uninitialized scalar variable
> grub-core/loader/i386/xnu.c: Fix uninitialized scalar variable
> grub-core/net/bootp.c: Fix uninitialized scalar variable
>
> grub-core/loader/i386/bsd.c | 2 +-
> grub-core/loader/i386/pc/linux.c | 2 +-
> grub-core/loader/i386/xnu.c | 4 ++--
> grub-core/net/arp.c | 2 ++
> grub-core/net/bootp.c | 1 +
> grub-core/net/net.c | 1 +
> 6 files changed, 8 insertions(+), 4 deletions(-)
next prev parent reply other threads:[~2022-03-21 12:18 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-21 6:28 [PATCH v2 0/7] Fix coverity uninitialized scalar variable bugs in grub-core Alec Brown
2022-03-21 6:28 ` [PATCH v2 1/7] grub-core/loader/i386/bsd.c: Fix uninitialized scalar variable Alec Brown
2022-03-21 6:28 ` [PATCH v2 2/7] grub-core/loader/i386/pc/linux.c: " Alec Brown
2022-03-21 6:28 ` [PATCH v2 3/7] grub-core/net/arp.c: " Alec Brown
2022-03-21 6:28 ` [PATCH v2 4/7] grub-core/loader/i386/xnu.c: " Alec Brown
2022-03-21 6:29 ` [PATCH v2 5/7] grub-core/net/net.c: " Alec Brown
2022-03-21 6:29 ` [PATCH v2 6/7] grub-core/loader/i386/xnu.c: " Alec Brown
2022-03-21 6:29 ` [PATCH v2 7/7] grub-core/net/bootp.c: " Alec Brown
2022-03-21 12:18 ` Darren Kenny [this message]
2022-03-22 16:58 ` [PATCH v2 0/7] Fix coverity uninitialized scalar variable bugs in grub-core Daniel Kiper
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2h77rmrc6.fsf@oracle.com \
--to=darren.kenny@oracle.com \
--cc=alec.r.brown@oracle.com \
--cc=daniel.kiper@oracle.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.