]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:14:56 +0000 (03:14 +0100)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 11 Nov 2012 02:14:56 +0000 (03:14 +0100)
commit3c30970d2910c6a6411bd8e1c0e2fe1bdfb99726
tree5891d449abcc2f9b27035b27688b3ac97c91f06d
parent252f4dc6c9a418f83749bbfe76b672c800e6a08b
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