[issue1372] zlibmodule.c: int overflow in PyZlib_decompress

Guido van Rossum report at bugs.python.org
Sun Nov 4 04:38:42 CET 2007


Guido van Rossum added the comment:

The correct format for a Py_ssize_t is 'n' (at least in the trunk, I
don't have the 2.5 branch handy but I imagine it's the same).

We can figure out the patch from here.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1372>
__________________________________


More information about the Python-bugs-list mailing list