Strip common path prefixes from linkname as well as name when extracting a tarfile #688

Merged
merged 7 commits into from Aug 3, 2016

Conversation

Projects
None yet
4 participants
Contributor

mhall119 commented Jul 26, 2016

Stripping common path prefixes from the member name breaks hardlink name resolution unless you perform the same operation on the member linknames

Stripping common path prefixes from the member name breaks hardlink n…
…ame resolution unless you perform the same operation on the member linknames

Can one of the admins verify this patch?

Can one of the admins verify this patch?

Member

kyrofa commented Jul 28, 2016

@mhall119 according to the integration tests, this seems to bust the nodejs and rust plugins.

mhall119 added some commits Aug 1, 2016

Member

kyrofa commented Aug 1, 2016

ok to test

@sergiusens sergiusens merged commit 9b240ef into snapcore:master Aug 3, 2016

4 checks passed

autopkgtest integration Success
Details
autopkgtest snaps Success
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
coverage/coveralls Coverage increased (+0.02%) to 96.824%
Details

kalikiana pushed a commit to kalikiana/snapcraft that referenced this pull request Apr 6, 2017

Strip common path prefixes from linkname as well as name when extract…
…ing a tarfile (#688)

Stripping common path prefixes from the member name breaks hardlink name resolution unless you perform the same operation on the member linknames

LP: #1606700
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment