diff options
author | Daniel Hillier <daniel.hillier@gmail.com> | 2019-10-29 07:24:18 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2019-10-29 07:24:18 (GMT) |
commit | da6ce58dd5ac109485af45878fca6bfd265b43e9 (patch) | |
tree | 05b7f6dc9bcdc8cd6b9a781da8a1caeb9b344399 /Misc | |
parent | 4c155f738dc2e70ccb574f5169ad89c01753c6f7 (diff) | |
download | cpython-da6ce58dd5ac109485af45878fca6bfd265b43e9.zip cpython-da6ce58dd5ac109485af45878fca6bfd265b43e9.tar.gz cpython-da6ce58dd5ac109485af45878fca6bfd265b43e9.tar.bz2 |
bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (GH-14656)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-07-09-05-44-39.bpo-36993.4javqu.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-07-09-05-44-39.bpo-36993.4javqu.rst b/Misc/NEWS.d/next/Library/2019-07-09-05-44-39.bpo-36993.4javqu.rst new file mode 100644 index 0000000..009e07b --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-07-09-05-44-39.bpo-36993.4javqu.rst @@ -0,0 +1,2 @@ +Improve error reporting for corrupt zip files with bad zip64 extra data. Patch +by Daniel Hillier. |