]> granicus.if.org Git - python/commit
Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previo...
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 11 Nov 2012 02:15:32 +0000 (03:15 +0100)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 11 Nov 2012 02:15:32 +0000 (03:15 +0100)
commit7ee955550b27af117ddca61deb061e13423cf24b
tree5af7af0e38d0a8163b651250cf5b0c70c76253cc
parentee7889dec321654d1c50448de7987e1841dd3ad5
Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory.

Patch by Serhiy Storchaka.
Lib/test/test_zlib.py
Misc/NEWS
Modules/zlibmodule.c