| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…arballs See comment in the diff for full explanation.
There was a problem hiding this comment.
This PR updates the tar extraction command for zstd-compressed tarballs by adding the "--ignore-zeros" flag to address potential issues when the archive contains trailing zero bytes.
| File | Description |
|---|---|
| src/tar.ts | Updated the tar extraction command to safely handle trailing zeroes by passing --ignore-zeros. |
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
Tip: If you use Visual Studio Code, you can request a review from Copilot before you push from the "Source Control" tab. Learn more
Sorry, something went wrong.
|
Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks. |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks for the thorough investigation and explanation! This looks good to me assuming checks pass.
Do you have an opinion about whether this means we should revert #2767 and return to preferring bsdtar on macOS systems? If we revert that PR, we should add a changenote to this one.
Sorry, something went wrong.
|
No strong opinion -- using gtar is also fine. This should probably be done anyhow since it means we'll work better with BSD tar whenever it's the only one around. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
See comment in the diff for full explanation.
Merge / deployment checklist