]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-88233: zipfile: handle extras after a zip64 extra (GH-96161)
authorTim Hatch <tim@timhatch.com>
Mon, 20 Feb 2023 17:07:03 +0000 (09:07 -0800)
committerGitHub <noreply@github.com>
Mon, 20 Feb 2023 17:07:03 +0000 (09:07 -0800)
commit59e86caca812fc993c5eb7dc8ccd1508ffccba86
treef667e940591ba09c44ff51635453c71e0ded890b
parented01addb59a554804995303ad3e7bf0c6067737b
gh-88233: zipfile: handle extras after a zip64 extra (GH-96161)

Previously, any data _after_ the zip64 extra would be removed.

With many new tests.

Fixes #88233

Automerge-Triggered-By: GH:jaraco
Lib/test/test_zipfile/test_core.py
Lib/zipfile/__init__.py
Misc/NEWS.d/next/Library/2022-09-05-12-17-34.gh-issue-88233.gff9qJ.rst [new file with mode: 0644]