-
Notifications
You must be signed in to change notification settings - Fork 18k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
archive/tar: Tar pax support for long links does not work #6056
Labels
Milestone
Comments
Comment 1 by marco.hennings@freiheit.com: i've just noticed that the sample code i've given to describe the issue contains debug output from me. It should have been: tw.cString(s.next(100), hdr.Linkname) // linkname (157:257) |
Comment 2 by marco.hennings@freiheit.com: I've updated the patch, all test pass now and the go formatter is used. Attachments:
|
Comment 4 by marco.hennings@freiheit.com: I have posted a change according to contribution guidlines https://golang.org/cl/12561043/ |
Comment 5 by marco.hennings@freiheit.com: I've updated the changeset. The pax header is not written for cases where the star extension can be used for long numbers. |
This issue was closed by revision a07c95a. Status changed to Fixed. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by marco.hennings@freiheit.com:
Attachments:
The text was updated successfully, but these errors were encountered: