This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author segfault42
Recipients amaury.forgeotdarc, segfault42
Date 2009-07-08.21:01:37
SpamBayes Score 0.0009403114
Marked as misclassified No
Message-id <1247086899.84.0.506359874959.issue6434@psf.upfronthosting.co.za>
In-reply-to
Content
yes it's zinfo.file_size which is bigger than the long specify in the 
struct.pack

There's must have a solution with the extra header because a lot of tools 
can zip big file and these zip file can be open by zipfile.py

it's easy to reproduice with a big file of 3 gig.

i think that the problem come from that the write methode do not take 
care of the flag allowZip64
History
Date User Action Args
2009-07-08 21:01:40segfault42setrecipients: + segfault42, amaury.forgeotdarc
2009-07-08 21:01:39segfault42setmessageid: <1247086899.84.0.506359874959.issue6434@psf.upfronthosting.co.za>
2009-07-08 21:01:38segfault42linkissue6434 messages
2009-07-08 21:01:37segfault42create