]> 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:10:48 +0000 (20:10 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 28 Dec 2004 20:10:48 +0000 (20:10 +0000)
commit3b585b30c04489f869098e5769105c7319d211c1
tree1f668245d7b27349054c38a8d052841f8df98b37
parent078824e4f67a770d8a92d547e6a52d45843f900c
[Bug #1083110] calling .flush() on decompress objects causes a segfault due to an uninitialized pointer: fixes the problem and adds a test case
Lib/test/test_zlib.py
Misc/NEWS
Modules/zlibmodule.c