We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5629404 commit a9d9272Copy full SHA for a9d9272
crates/composefs-oci/src/tar.rs
@@ -198,7 +198,7 @@ pub fn get_entry<R: Read, ObjectID: FsVerityHashValue>(
198
// The `tar` crate does have a higher level `path` function that would do this for us.
199
// See: https://github.com/alexcrichton/tar-rs/blob/a1c3036af48fa02437909112239f0632e4cfcfae/src/header.rs#L1532
200
// Similar operation is performed for GNULongName
201
- gnu_longname.pop_if(|x| *x == b'\0');
+ gnu_longlink.pop_if(|x| *x == b'\0');
202
203
continue;
204
}
0 commit comments