[issue39017] Infinite loop in the tarfile module

Ben Caller report at bugs.python.org
Wed Jul 8 16:03:20 EDT 2020


Ben Caller <bcaller at gmail.com> added the comment:

A smaller bug: If instead of 0 you use a large number (> 2^63) e.g. 9999999999999999999 you get `OverflowError: Python int too large to convert to C ssize_t` rather than the expected `tarfile.ReadError` regardless of errorlevel.

----------

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


More information about the Python-bugs-list mailing list