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 jack__d
Recipients christian.heimes, ethan.furman, jack__d, jvoisin
Date 2021-08-18.00:42:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629247326.03.0.00286747610253.issue39039@roundup.psfhosted.org>
In-reply-to
Content
@jvoisin I am able to reproduce the problem when I download your script, but I am having a hard time reproducing it by passing corrupt archives to `tarfile.open`. How exactly was this file corrupted? I am trying to figure out if there are any similar implementation leaks / poor error messages in similar scenarios so I can do my best to patch them all.

You can see the reproduction scripts I am using here to get a better idea of what I have been trying. Be forewarned, they are pretty gnarly!

https://gist.github.com/jdevries3133/acbb5ba2a19093d3bcc214733ef85e5a
History
Date User Action Args
2021-08-18 00:42:06jack__dsetrecipients: + jack__d, christian.heimes, ethan.furman, jvoisin
2021-08-18 00:42:06jack__dsetmessageid: <1629247326.03.0.00286747610253.issue39039@roundup.psfhosted.org>
2021-08-18 00:42:06jack__dlinkissue39039 messages
2021-08-18 00:42:05jack__dcreate