This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients nadeem.vawda, python-dev, serhiy.storchaka
Date 2012-11-11.02:20:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3Xzf2Z6NnFzPn3@mail.python.org>
In-reply-to
Content
New changeset c3828831861c by Nadeem Vawda in branch '2.7':
Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory.
http://hg.python.org/cpython/rev/c3828831861c

New changeset a1db815d0829 by Nadeem Vawda in branch '3.2':
Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory.
http://hg.python.org/cpython/rev/a1db815d0829

New changeset a7934fe2927e by Nadeem Vawda in branch '3.3':
Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory.
http://hg.python.org/cpython/rev/a7934fe2927e

New changeset d63c751e9f01 by Nadeem Vawda in branch 'default':
Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory.
http://hg.python.org/cpython/rev/d63c751e9f01
History
Date User Action Args
2012-11-11 02:20:23python-devsetrecipients: + python-dev, nadeem.vawda, serhiy.storchaka
2012-11-11 02:20:23python-devlinkissue16411 messages
2012-11-11 02:20:23python-devcreate