Message358200
While playing with fuzzing and Python, I stumbled upon an infinite loop in Python's tarfile module: just open the attached file with `tarfile.open('timeout-a52710a313fdb35fb428c3399277cb640fe2f686')`, and Python will be endlessly stuck in the `_proc_pax` function in tarfile.py, likely due to a missing check of `length` being strictly superior to zero. |
|
Date |
User |
Action |
Args |
2019-12-10 16:19:56 | jvoisin | set | recipients:
+ jvoisin, ethan.furman |
2019-12-10 16:19:56 | jvoisin | set | messageid: <1575994796.67.0.46582695163.issue39017@roundup.psfhosted.org> |
2019-12-10 16:19:56 | jvoisin | link | issue39017 messages |
2019-12-10 16:19:56 | jvoisin | create | |
|