We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug --output-dir-mirror fails to compress files with names containing ".."
This also applies to directories containing ".." in their names.
To Reproduce
touch a..b zstd a..b --output-dir-mirror output
Produces the error zstd: --output-dir-mirror cannot compress 'a..b' into 'output'
zstd: --output-dir-mirror cannot compress 'a..b' into 'output'
Expected behavior "a..b" is compressed as "output/a..b.zst"
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Detect .. in Paths Correctly
..
61db590
This commit addresses facebook#2509.
felixhandte
No branches or pull requests
Describe the bug
--output-dir-mirror fails to compress files with names containing ".."
This also applies to directories containing ".." in their names.
To Reproduce
Produces the error
zstd: --output-dir-mirror cannot compress 'a..b' into 'output'
Expected behavior
"a..b" is compressed as "output/a..b.zst"
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: