grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Alec Brown
Subject: [PATCH 0/4] Clean up code and fix coverity bugs in util/grub-module-verifierXX.c
Date: Wed, 2 Feb 2022 19:26:56 -0500

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(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]