[issue1372] zlibmodule.c: int overflow in PyZlib_decompress

Guido van Rossum report at bugs.python.org
Fri Nov 2 17:21:25 CET 2007


Guido van Rossum added the comment:

I trust that there's a problem, but this can't be right -- the address
of r_strlen is passed to PyArg_ParseTuple corresponding to an 'i' format
letter.  That will never do.

----------
assignee:  -> nnorwitz
nosy: +gvanrossum, nnorwitz

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


More information about the Python-bugs-list mailing list