New submission from Fabio Erculiani:
In Sabayon Linux and Gentoo Linux, distro package metadata is appended at the
end of bz2 files. Python 2.7, 3.1, 3.2 bz2 modules were handling the following
attached file just fine, trailing garbage was simply ignored like the bunzip2
utility does
Changes by Fabio Erculiani :
--
type: -> crash
___
Python tracker
<http://bugs.python.org/issue19839>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from Fabio Erculiani :
TarFile.makelink() is plain broken.
Test file:
http://git.sabayon.org/entropy.git/tree/libraries/tests/packages/amarok-2.2.2.90.tbz2
_extract_member calls makelink which does os.symlink() and then falls to the
else branch and calls back _extract_member