| commit | 3c30970d2910c6a6411bd8e1c0e2fe1bdfb99726 | [log] [tgz] |
|---|---|---|
| author | Nadeem Vawda <nadeem.vawda@gmail.com> | Sun Nov 11 03:14:56 2012 +0100 |
| committer | Nadeem Vawda <nadeem.vawda@gmail.com> | Sun Nov 11 03:14:56 2012 +0100 |
| tree | 5891d449abcc2f9b27035b27688b3ac97c91f06d | |
| parent | 252f4dc6c9a418f83749bbfe76b672c800e6a08b [diff] |
Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to access previously-freed memory. Patch by Serhiy Storchaka.