[issue3997] zipfile and winzip

Martin v. Löwis report at bugs.python.org
Mon Jan 5 19:31:29 CET 2009


Martin v. Löwis <martin at v.loewis.de> added the comment:

The patch looks nearly fine. AFAICT, care must be taken to always write
a ZIP64 end-of-cd record whenever an end-of-cd field overflows; I think
this patch is missing the condition centDirSize > ZIP64_LIMIT.

----------
assignee:  -> amaury.forgeotdarc
resolution:  -> accepted

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


More information about the Python-bugs-list mailing list