]> 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:12:31 +0000 (20:12 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 28 Dec 2004 20:12:31 +0000 (20:12 +0000)
commit3baa81103377bab28e42e194385231ea85dd3968
treef5c5ba56b0a61d9e329ead1ee9572c06c3bc71b1
parent938118a0d89faf3fe2f621a4817ed501ff41aef9
[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