This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: #1074261 gzip dies on gz files with many appended headers
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, eichin
Priority: normal Keywords: patch

Created on 2004-11-27 23:26 by eichin, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
gzip-patch eichin, 2004-11-27 23:26 clamp readsize in gzip.GzipFile.read to avoid runaway on reopened files
Messages (2)
msg47335 - (view) Author: Mark Eichin (eichin) Date: 2004-11-27 23:26
I came up with a patch after submitting the bug (which appears in 
2.4rc1, as well as back as far as 2.1); there wasn't an obvious way 
to move it to this queue, so I'm [possibly redundantly] submitting 
the patch directly here; description and details in the bug tracker:

http://sourceforge.net/tracker/index.php?
func=detail&aid=1074261&group_id=5470&atid=105470

msg47336 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2005-06-09 14:23
Logged In: YES 
user_id=11375

Applied; thanks for the fix!
History
Date User Action Args
2022-04-11 14:56:08adminsetgithub: 41238
2004-11-27 23:26:23eichincreate