-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Compressed file from stdin does not respect umask #1729
Labels
Comments
chungy
added a commit
to chungy/zstd
that referenced
this issue
Aug 19, 2019
chungy
added a commit
to chungy/zstd
that referenced
this issue
Aug 20, 2019
chungy
added a commit
to chungy/zstd
that referenced
this issue
Aug 20, 2019
chungy
added a commit
to chungy/zstd
that referenced
this issue
Aug 20, 2019
chungy
added a commit
to chungy/zstd
that referenced
this issue
Aug 20, 2019
chungy
added a commit
to chungy/zstd
that referenced
this issue
Sep 3, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
patch #1644 causes an unexpected change in 1.4.2 and 1.4.1 (compared to 1.4.0 and before): if compressing from stdin to a file, the file always has final rights 0600 instead of umask. This breaks a lot of code, I fear.
Example:
The text was updated successfully, but these errors were encountered: