Skip to content
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

tar: don't remove leading whitespaces in filename field #300

Merged
merged 1 commit into from
Sep 8, 2019

Conversation

rbuj
Copy link
Contributor

@rbuj rbuj commented Sep 2, 2019

closes #299

@raveit65 raveit65 requested a review from a team September 6, 2019 10:49
Copy link
Member

@raveit65 raveit65 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
opening a tar archive works fine here.

@raveit65 raveit65 requested a review from a team September 6, 2019 14:13
Copy link
Member

@lukefromdc lukefromdc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Builds and runs fine, no trouble opening a normal tarball. Both #299 and that this fixes it confirmed here. Code limits this to tarballs (change is in tar_get_last_field ) so we should get no surprises in other archives where a leading whitespace is invalid.

@lukefromdc lukefromdc merged commit 807286f into master Sep 8, 2019
@lukefromdc lukefromdc deleted the tar_get_last_field branch September 8, 2019 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Engrampa ignores leading whitespace of (at least) directories.
3 participants