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.

classification
Title: tarfile.py: Fix for bug #1609958
Type: Stage:
Components: Library (Lib) Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, lars.gustaebel
Priority: normal Keywords: patch

Created on 2006-12-06 22:04 by lars.gustaebel, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
fix-1609958.diff lars.gustaebel, 2006-12-06 22:04 patch against tarfile.py and test_tarfile.py
Messages (2)
msg51486 - (view) Author: Lars Gustäbel (lars.gustaebel) * (Python committer) Date: 2006-12-06 22:04
My last patch to tarfile.py (#1583880) introduced a bug that leads to miscalculation of header checksums for members that need the GNU longname extensions. Sadly, this bug slipped through the regression tests. The attached patch fixes the problem and extends the existing test case. Additionally, it fixes a minor issue in tarfile.py which I just came across regarding the "././@LongLink" placeholder.

Both 2.6 and 2.5 need this bugfix.
msg51487 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-12-06 22:21
Committed as rev. 52938, 52939 (2.5).
History
Date User Action Args
2022-04-11 14:56:21adminsetgithub: 44310
2006-12-06 22:04:32lars.gustaebelcreate