[issue39067] EOFError in tarfile.open

jvoisin report at bugs.python.org
Tue Dec 17 04:45:27 EST 2019


jvoisin <jvoisin at google.com> added the comment:

Does it means that the right™ way to process untrusted tar files is
to wrap every call to functions from tarfile.py in a `try: … except Exception:` block?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39067>
_______________________________________


More information about the Python-bugs-list mailing list