[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/2] Two small fixes to gzip
From: |
Daniel Kiper |
Subject: |
Re: [PATCH 0/2] Two small fixes to gzip |
Date: |
Fri, 17 May 2024 12:29:48 +0200 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Mon, May 13, 2024 at 12:32:07AM +1000, Daniel Axtens wrote:
> 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
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com> for both patches...
I assume I can add your SOB on your behalf...
Daniel