[Patches] [ python-Patches-1610437 ] tarfile.py: Fix for bug #1609958

SourceForge.net noreply at sourceforge.net
Wed Dec 6 23:21:32 CET 2006


Patches item #1610437, was opened at 2006-12-06 22:04
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1610437&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
Group: Python 2.6
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Lars Gustäbel (gustaebel)
Assigned to: Nobody/Anonymous (nobody)
Summary: tarfile.py: Fix for bug #1609958

Initial Comment:
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.

----------------------------------------------------------------------

>Comment By: Georg Brandl (gbrandl)
Date: 2006-12-06 22:21

Message:
Logged In: YES 
user_id=849994
Originator: NO

Committed as rev. 52938, 52939 (2.5).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1610437&group_id=5470


More information about the Patches mailing list