grub-devel
[Top][All Lists]
Advanced

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

[PATCH 0/2] Two small fixes to gzip


From: Daniel Axtens
Subject: [PATCH 0/2] Two small fixes to gzip
Date: Mon, 13 May 2024 00:32:07 +1000

I've been fuzzing gzip a bit. So far nothing super exciting, but it's helpful
to add some code to bail early on EOF (patch 1) and to avoid some uninitialised
data warnings from valgrind (patch 2). I'm not aware of any security 
implications
of either change, and the gzip compression test still passes.

Daniel Axtens (2):
  gzio: abort early when get_byte reads nothing
  gzio: Properly init a table

 grub-core/io/gzio.c | 55 ++++++++++++++++++++++++++++-----------------
 1 file changed, 35 insertions(+), 20 deletions(-)

-- 
2.39.3 (Apple Git-145)




reply via email to

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