commit | 353e54edc42168e0f830a3f346040652831b8b85 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Jan 22 17:13:26 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Jan 22 17:13:26 2013 +0200 |
tree | 67b8a5a75763d5b1ecc2e5ae87afd54b4bb30247 | |
parent | 0f2bd027a82ef1a5885059cde3a5ef1ae502d106 [diff] |
Issue #1159051: GzipFile now raises EOFError when reading a corrupted file with truncated header or footer. Added tests for reading truncated gzip and bzip2 files.