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 mvo
Recipients mvo
Date 2015-01-13.08:55:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421139302.16.0.710158118765.issue23228@psf.upfronthosting.co.za>
In-reply-to
Content
The tarfile.makelink() code crashes with a maximum recursion error when it unpacks a tarfile that contains a symlink into a directory that already contains this symlink.

Attached is a standalone testcase (that probably better explains whats going on :) and a possible fix.
History
Date User Action Args
2015-01-13 08:55:02mvosetrecipients: + mvo
2015-01-13 08:55:02mvosetmessageid: <1421139302.16.0.710158118765.issue23228@psf.upfronthosting.co.za>
2015-01-13 08:55:02mvolinkissue23228 messages
2015-01-13 08:55:01mvocreate