]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to...
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 4 Nov 2012 23:40:00 +0000 (00:40 +0100)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 4 Nov 2012 23:40:00 +0000 (00:40 +0100)
commitec8c8ae7ae8553d108d09a29e530bf6f9a95a0c3
tree48e33dc587d04087e763e9d80cf2de360dcb6e5f
parent6caa6fb535e9a7d4a91d48e7806de04c5491b33c
parent519f43844babca8bb23cfc2cd0ba9f5ee0b26034
Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF.

Patch by Serhiy Storchaka.
Misc/NEWS
Modules/zlibmodule.c