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 socketpair
Recipients socketpair
Date 2013-01-04.07:53:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357286028.6.0.98597292825.issue16858@psf.upfronthosting.co.za>
In-reply-to
Content
TarFile.next() silently drop error of one of 

- EOFHeaderError
- InvalidHeaderError

occur. So, extracting corrupted .tar file will not raise error.
History
Date User Action Args
2013-01-04 07:53:48socketpairsetrecipients: + socketpair
2013-01-04 07:53:48socketpairsetmessageid: <1357286028.6.0.98597292825.issue16858@psf.upfronthosting.co.za>
2013-01-04 07:53:48socketpairlinkissue16858 messages
2013-01-04 07:53:47socketpaircreate