diff options
author | Rishi <rishi_devan@mail.com> | 2020-07-15 11:51:00 (GMT) |
---|---|---|
committer | Petr Viktorin <pviktori@redhat.com> | 2020-09-29 13:59:06 (GMT) |
commit | fcc4a585fe13a8920fdb1f1d1ddf04eaed0025eb (patch) | |
tree | 8bd742044c3dac93fe2f191ffa7c61b1cfa3e2d7 /Misc | |
parent | 76bb7970f4cb9340ac22914b27ebd3e3487964cc (diff) | |
download | cpython-fedora-2.7.18-5.zip cpython-fedora-2.7.18-5.tar.gz cpython-fedora-2.7.18-5.tar.bz2 |
00351-cve-2019-20907-fix-infinite-loop-in-tarfile.patchfedora-2.7.18-5
00351 #
Avoid infinite loop when reading specially crafted TAR files using the tarfile module
(CVE-2019-20907).
See: https://bugs.python.org/issue39017
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-07-12-22-16-58.bpo-39017.x3Cg-9.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-07-12-22-16-58.bpo-39017.x3Cg-9.rst b/Misc/NEWS.d/next/Library/2020-07-12-22-16-58.bpo-39017.x3Cg-9.rst new file mode 100644 index 0000000..ad26676 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-07-12-22-16-58.bpo-39017.x3Cg-9.rst @@ -0,0 +1 @@ +Avoid infinite loop when reading specially crafted TAR files using the tarfile module (CVE-2019-20907). |