]> 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:19:49 +0000 (03:19 +0100)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 11 Nov 2012 02:19:49 +0000 (03:19 +0100)
commit9c40022e38ba250c84382e4a4e68a05c0024559d
tree81d54b2a6ff416414ef874ec23a470dc713a5bf2
parent9ea64e38b5e1b947fef9e53e3f63994b79e264e7
parentec6dfcffa05414e7ee29cfe88551a3d3dcdaafdc
Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory.

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