summaryrefslogtreecommitdiffstats
path: root/Lib/test/recursion.tar
Commit message (Collapse)AuthorAgeFilesLines
* [3.8] bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (GH-21483)Miss Islington (bot)2020-07-151-0/+0
Avoid infinite loop when reading specially crafted TAR files using the tarfile module (CVE-2019-20907). (cherry picked from commit 5a8d121a1f3ef5ad7c105ee378cc79a3eac0c7d4) Co-authored-by: Rishi <rishi_devan@mail.com> Automerge-Triggered-By: @encukou