summaryrefslogtreecommitdiffstats
path: root/Lib/test/recursion.tar
Commit message (Collapse)AuthorAgeFilesLines
* bpo-39017: Avoid infinite loop in the tarfile module (GH-21454)Rishi2020-07-151-0/+0
Avoid infinite loop when reading specially crafted TAR files using the tarfile module (CVE-2019-20907).