From: Darren Kenny <darren.kenny@oracle.com>
To: Alec Brown <alec.r.brown@oracle.com>, grub-devel@gnu.org
Cc: daniel.kiper@oracle.com
Subject: Re: [PATCH 0/4] Clean up code and fix coverity bugs in util/grub-module-verifierXX.c
Date: Thu, 03 Feb 2022 11:56:49 +0000 [thread overview]
Message-ID: <m2leys17um.fsf@oracle.com> (raw)
In-Reply-To: <1643848020-8197-1-git-send-email-alec.r.brown@oracle.com>
Hi Alec,
These look good to me, thanks for handling the Coverity issues here.
For the series:
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
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 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):
> util/grub-module-verifierXX.c: Add function to calculate section headers
> util/grub-module-verifierXX.c: Validate number of elf section header table entries
> util/grub-module-verifierXX.c: Validate elf section header table index for section name string table
> util/grub-module-verifierXX.c: Add module_size parameter to functions for sanity checking
>
> util/grub-module-verifierXX.c | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------
> 1 file changed, 93 insertions(+), 31 deletions(-)
next prev parent reply other threads:[~2022-02-03 11:57 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-03 0:26 [PATCH 0/4] Clean up code and fix coverity bugs in util/grub-module-verifierXX.c Alec Brown
2022-02-03 0:26 ` [PATCH 1/4] util/grub-module-verifierXX.c: Add function to calculate section headers Alec Brown
2022-02-03 0:26 ` [PATCH 2/4] util/grub-module-verifierXX.c: Validate number of elf section header table entries Alec Brown
2022-02-03 0:26 ` [PATCH 3/4] util/grub-module-verifierXX.c: Validate elf section header table index for section name string table Alec Brown
2022-02-03 0:27 ` [PATCH 4/4] util/grub-module-verifierXX.c: Add module_size parameter to functions for sanity checking Alec Brown
2022-02-08 16:28 ` Daniel Kiper
2022-02-03 11:56 ` Darren Kenny [this message]
2022-02-04 14:36 ` [PATCH 0/4] Clean up code and fix coverity bugs in util/grub-module-verifierXX.c 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=m2leys17um.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.