[issue24259] tar.extractall() does not recognize unexpected EOF

Lars Gustäbel report at bugs.python.org
Fri May 29 09:43:09 CEST 2015


Lars Gustäbel added the comment:

@Thomas:

I think your proposal adds a little too much complexity. Also, ExFileObject is not used during iteration, and we would like to detect broken archives without unpacking all the data segments first.

I have written patches for Python 2 and 3.

----------
stage:  -> patch review
versions: +Python 3.4, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file39543/issue24259-3.x.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24259>
_______________________________________


More information about the Python-bugs-list mailing list