[issue12088] tarfile.extractall fails to overwrite unresolved symlinks and hard links

Scott Leerssen report at bugs.python.org
Mon May 16 16:01:05 CEST 2011


New submission from Scott Leerssen <sleerssen at gmail.com>:

I'm opening this as a continuation of issue10761 since it was closed as fixed, and there's a bit more work to do there.

The fix for issue10761 was incomplete.  It did not handle the case where the symlink being overwritten did not resolve to another file (i.e. a "broken" link).  It also did not address the same issues with hard links.

The comments starting at http://bugs.python.org/issue10761#msg135924 detail the updates needed to complete this fix.

----------
components: Library (Lib)
messages: 136091
nosy: Scott.Leerssen
priority: normal
severity: normal
status: open
title: tarfile.extractall fails to overwrite unresolved symlinks and hard links
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12088>
_______________________________________


More information about the Python-bugs-list mailing list