This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Thomas Güttler, ethan.furman, guettli, lars.gustaebel, martin.panter, python-dev
Date 2015-07-06.07:33:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150706073310.23363.41687@psf.io>
In-reply-to
Content
New changeset 372aa98eb72e by Lars Gustäbel in branch '2.7':
Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment.
https://hg.python.org/cpython/rev/372aa98eb72e

New changeset c7f4f61697b7 by Lars Gustäbel in branch '3.4':
Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment.
https://hg.python.org/cpython/rev/c7f4f61697b7

New changeset 59cbdc9eb3d9 by Lars Gustäbel in branch '3.5':
Merge with 3.4: Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment.
https://hg.python.org/cpython/rev/59cbdc9eb3d9

New changeset 6be8fa47c002 by Lars Gustäbel in branch 'default':
Merge with 3.5: Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment.
https://hg.python.org/cpython/rev/6be8fa47c002
History
Date User Action Args
2015-07-06 07:33:13python-devsetrecipients: + python-dev, guettli, lars.gustaebel, ethan.furman, martin.panter, Thomas Güttler
2015-07-06 07:33:13python-devlinkissue24259 messages
2015-07-06 07:33:13python-devcreate