[issue36993] zipfile: tuple IndexError on extract
Daniel Hillier
report at bugs.python.org
Tue Jul 9 02:29:38 EDT 2019
Daniel Hillier <daniel.hillier at gmail.com> added the comment:
I've pushed a PR which adds a test that generates corrupt zip64 files with different combinations of zip64 extra data lengths and zip64 flags (which determines how many fields are required in the extra data).
It now raises a BadZipFile with a message naming the first missing field.
----------
nosy: +dhillier
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36993>
_______________________________________
More information about the Python-bugs-list
mailing list