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 xtreak
Recipients jvoisin, xtreak
Date 2019-12-10.16:55:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575996953.38.0.390898067112.issue39018@roundup.psfhosted.org>
In-reply-to
Content
master produces the below error while 3.8.0 produces IndexError. I guess it's fixed by one of the reports.

./python ../backups/bpo39018.py ../crash-23b7d72644702df94bfcfaab4c25b01ff31c0b38
Traceback (most recent call last):
  File "/home/xtreak/stuff/python/cpython/../backups/bpo39018.py", line 4, in <module>
    with zipfile.ZipFile(sys.argv[1]) as f:
  File "/home/xtreak/stuff/python/cpython/Lib/zipfile.py", line 1256, in __init__
    self._RealGetContents()
  File "/home/xtreak/stuff/python/cpython/Lib/zipfile.py", line 1379, in _RealGetContents
    x._decodeExtra()
  File "/home/xtreak/stuff/python/cpython/Lib/zipfile.py", line 483, in _decodeExtra
    raise BadZipFile(f"Corrupt zip64 extra field. "
zipfile.BadZipFile: Corrupt zip64 extra field. File size not found.
History
Date User Action Args
2019-12-10 16:55:53xtreaksetrecipients: + xtreak, jvoisin
2019-12-10 16:55:53xtreaksetmessageid: <1575996953.38.0.390898067112.issue39018@roundup.psfhosted.org>
2019-12-10 16:55:53xtreaklinkissue39018 messages
2019-12-10 16:55:53xtreakcreate