]> granicus.if.org Git - python/commit
Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 9 Jan 2014 12:53:41 +0000 (14:53 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 9 Jan 2014 12:53:41 +0000 (14:53 +0200)
commit69fdbf9cb02b09fdebe3ce13ec3be56d69657a3c
treecaeb7277649d381846ee1a69f1e30298e8c50eee
parent0ae7ae1fc9fe8891ad3daf26a2dec3967600a7e7
parent5ce3f10aeea711bb912e948fa5d9f63736df1327
Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU
consumption.
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS