]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (GH-14656)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 29 Oct 2019 07:43:37 +0000 (00:43 -0700)
committerGitHub <noreply@github.com>
Tue, 29 Oct 2019 07:43:37 +0000 (00:43 -0700)
commitf7d50f8f997fbfce1556991a3700826536871fe7
tree944109409d89d0a9d7a0cda43fc0fa83173d9a7a
parent379b55b526a04e6db40c7070fd70f0d7d37bba64
bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (GH-14656)

(cherry picked from commit da6ce58dd5ac109485af45878fca6bfd265b43e9)

Co-authored-by: Daniel Hillier <daniel.hillier@gmail.com>
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS.d/next/Library/2019-07-09-05-44-39.bpo-36993.4javqu.rst [new file with mode: 0644]