commit | 0344a0643d72c0a3557b329c64fc5f04be677bba | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Thu May 29 23:41:52 2014 -0700 |
committer | Gregory P. Smith <greg@krypto.org> | Thu May 29 23:41:52 2014 -0700 |
tree | aa247019427c95b1e3cdc19442171a589ee72f83 | |
parent | 76916e8404923b1c81217bfeb71df8d7f4f772c8 [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.