]> granicus.if.org Git - python/commit
Patch #101810: check whether zst.avail_out is non-zero when getting
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 9 Oct 2000 14:18:10 +0000 (14:18 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 9 Oct 2000 14:18:10 +0000 (14:18 +0000)
commitd92383102740bd143c5221a519433e64c4c9c498
tree1c70fa7a67307d3c98e9e50c4fcd6f175f8f0a20
parent46735add5fd292d1c0141aefa23f92814b15cac3
Patch #101810: check whether zst.avail_out is non-zero when getting
   a Z_BUF_ERROR while decompressing.  If it is, assume that this means
   the data being decompressed is bad and raise an exception, instead of
   just assuming that Z_BUF_ERROR always means that more space is required.
Modules/zlibmodule.c