[issue1622] zipfile hangs on certain zip files

Alan McIntyre report at bugs.python.org
Sat Jan 12 11:24:39 CET 2008


Alan McIntyre added the comment:

Here's an updated patch (zipfile-unsigned-fixes2.diff) that contains
Eric's fixes.  I also changed the structure for the Zip64 extension data
to be unsigned.  I think this should cover all the deficiencies caused
by the improper use of unsigned values.

Note: if this patch is committed, then issue 1746 should be closed since
it is fixed with this patch.

Added file: http://bugs.python.org/file9139/zipfile-unsigned-fixes2.diff

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


More information about the Python-bugs-list mailing list