commit | e7bfe13635e4201660c9d016b62de10c2f7c9de3 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Thu May 29 23:42:47 2014 -0700 |
committer | Gregory P. Smith <greg@krypto.org> | Thu May 29 23:42:47 2014 -0700 |
tree | ce15026563908fd49b5a5e6fea1054206c5d7733 | |
parent | 12c5247be9f30052733d4cda26af5344292582ec [diff] | |
parent | 0af8a86be85ecf1899d0770c6d31541128ea8cad [diff] |
Fix issue #14315: The zipfile module now ignores extra fields in the central directory that are too short to be parsed instead of letting a struct.unpack error bubble up as this "bad data" appears in many real world zip files in the wild and is ignored by other zip tools.