diff options
author | Lars Gustäbel <lars@gustaebel.de> | 2015-07-06 07:27:24 (GMT) |
---|---|---|
committer | Lars Gustäbel <lars@gustaebel.de> | 2015-07-06 07:27:24 (GMT) |
commit | 0357268d96d4ff3546cfd89f594a5630a3adf747 (patch) | |
tree | e4a4869b686c5d72e546c24cbee377b6fcfcb407 /Misc/NEWS | |
parent | 54630d999f640b3ea0b9da302a112a0ccd5bdd96 (diff) | |
download | cpython-0357268d96d4ff3546cfd89f594a5630a3adf747.zip cpython-0357268d96d4ff3546cfd89f594a5630a3adf747.tar.gz cpython-0357268d96d4ff3546cfd89f594a5630a3adf747.tar.bz2 |
Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -66,6 +66,9 @@ Core and Builtins Library ------- +- Issue #24259: tarfile now raises a ReadError if an archive is truncated + inside a data segment. + - Issue #24552: Fix use after free in an error case of the _pickle module. - Issue #24514: tarfile now tolerates number fields consisting of only |