]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[Bug #1083110] calling .flush() on decompress objects causes a segfault due to an...
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 28 Dec 2004 20:31:27 +0000 (20:31 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 28 Dec 2004 20:31:27 +0000 (20:31 +0000)
commitf3478d9d759705896bb3446785a7087ad22e4e94
tree8a56c1afb7cbb2cde942ea5e1285090f51af692f
parentb0757b8a7ce32e71a67cbb4cbf3014f830f8a2de
[Bug #1083110] calling .flush() on decompress objects causes a segfault due to an uninitialized pointer: fixes the problem and adds a test case
Misc/NEWS
Modules/zlibmodule.c