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 loewis
Recipients amaury.forgeotdarc, loewis, vgeorge
Date 2009-01-05.18:31:28
SpamBayes Score 0.0057494314
Marked as misclassified No
Message-id <1231180289.06.0.730834220485.issue3997@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-01-05 18:31:29loewissetrecipients: + loewis, amaury.forgeotdarc, vgeorge
2009-01-05 18:31:29loewissetmessageid: <1231180289.06.0.730834220485.issue3997@psf.upfronthosting.co.za>
2009-01-05 18:31:28loewislinkissue3997 messages
2009-01-05 18:31:28loewiscreate