New submission from Serhiy Storchaka:

The zipfile module can raise struct.error when process corrupted extra field. 
This issue was partially resolved by issue14315. Following PR converts 
struct.error to BadZipFile in other case.

----------
components: Library (Lib)
messages: 289302
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Improve zipfile handling of corrupted extra field
type: behavior
versions: Python 2.7, Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29774>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to