commit | 0be506a5baf8b86c519e6074af43a0f91af603c6 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Jan 31 15:26:55 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Jan 31 15:26:55 2013 +0200 |
tree | aa8c89f75b43535639f32956baa47518c6562274 | |
parent | 18fae3f9542fc7bb0d9da53a5de30041651a85b6 [diff] |
Issue #4844: ZipFile now raises BadZipfile when opens a ZIP file with an incomplete "End of Central Directory" record. Original patch by Guilherme Polo and Alan McIntyre.