]> granicus.if.org Git - python/commit
[Bug #1074261, patch #1074381] Restrict the size of chunks read from the file in...
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 9 Jun 2005 14:19:32 +0000 (14:19 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 9 Jun 2005 14:19:32 +0000 (14:19 +0000)
commit01cb47b59c434ff51d272b9399c7806bd6b1c0e9
tree276a300278d70d8acc8fe1b51ec9a7eb10731b31
parenta6f68e1b1fbde7f2fbc53e4324e643278bbd5f12
[Bug #1074261, patch #1074381] Restrict the size of chunks read from the file in order to avoid overflow or huge memory consumption.  Patch by Mark Eichin
Lib/gzip.py
Lib/test/test_gzip.py