]> granicus.if.org Git - python/commit
Merge r62235 from trunk.
authorGregory P. Smith <greg@mad-scientist.com>
Wed, 9 Apr 2008 00:26:44 +0000 (00:26 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Wed, 9 Apr 2008 00:26:44 +0000 (00:26 +0000)
commitf62346775911d56b5440ec7fd699b749f5106436
tree376a3e64f1fc6496f3b5f812a56e92e85f51a513
parent45c2f778c4b4f4c5756d37014e0f39483e37d297
Merge r62235 from trunk.

Fix zlib crash from zlib.decompressobj().flush(val) when val was not positive.
It tried to allocate negative or zero memory.  That fails.
Lib/test/test_zlib.py
Modules/zlibmodule.c