[issue19883] Integer overflow in zipimport.c

STINNER Victor report at bugs.python.org
Wed Dec 4 11:00:20 CET 2013


STINNER Victor added the comment:

See also zipfile.py which is probably more correct than zipimport.c: zipfile uses for example "L" format for struct.unpack (*unsigned* long) to decode header fields.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19883>
_______________________________________


More information about the Python-bugs-list mailing list