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 serhiy.storchaka
Recipients Devin Fisher, alanmcintyre, ronaldoussoren, serhiy.storchaka, twouters
Date 2015-07-23.10:50:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437648617.67.0.947449243545.issue24686@psf.upfronthosting.co.za>
In-reply-to
Content
The extra fields data is b"UT\x05\x00\x07<\xa3\xaa#\n\x00 \x00\x00\x00\x00\x00\x01\x00\x18\x00\x00\xeb\x93\x91'\xef\xbf\xbd\xef\xbf\xbd\x01\x00\xde\xa8\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd\x01\x00\xde\xa8\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd\x01". It contains following fields:

* Extended Timestamp (0x5455), length = 5, data = b'\x07<\xa3\xaa#'. It looks correct.

* NTFS Extra Field (0x000a), length = 32, data = b"\x00\x00\x00\x00\x01\x00\x18\x00\x00\xeb\x93\x91'\xef\xbf\xbd\xef\xbf\xbd\x01\x00\xde\xa8\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd". Looks incorrect, but is ignored by ZipFile.

* Zip64 Extended Information Extra Field (0x0001), length = 
43230, data = b'\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd\x01'. Definitely incorrect.
History
Date User Action Args
2015-07-23 10:50:17serhiy.storchakasetrecipients: + serhiy.storchaka, twouters, ronaldoussoren, alanmcintyre, Devin Fisher
2015-07-23 10:50:17serhiy.storchakasetmessageid: <1437648617.67.0.947449243545.issue24686@psf.upfronthosting.co.za>
2015-07-23 10:50:17serhiy.storchakalinkissue24686 messages
2015-07-23 10:50:17serhiy.storchakacreate