Dear Paul and Jim,
I have noticed that the new method of implementing --list prints incorrect
values for multimember files. It decompresses the whole file, but just
counts the uncompressed size of the last member (as it did gzip <= 1.11 by
reading the ISIZE field). You can reproduce the proble
Thanks for reporting and diagnosing that gzip bug. I installed the
attached patch to fix it, and to add a regression test.From 607bc945230c9fdcad24527578bf3605f446dc7c Mon Sep 17 00:00:00 2001
From: Paul Eggert
Date: Mon, 8 Jan 2024 20:39:05 -0800
Subject: [PATCH] gzip: fix -l bug with multimembe