Skip to content
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

decompressing files tries to modify a /*stdout*\ file #2997

Closed
vapier opened this issue Jan 13, 2022 · 1 comment · Fixed by #2998
Closed

decompressing files tries to modify a /*stdout*\ file #2997

vapier opened this issue Jan 13, 2022 · 1 comment · Fixed by #2998

Comments

@vapier
Copy link

vapier commented Jan 13, 2022

Describe the bug
After upgrading to zstd-1.5.1, decompressing files with zstd -dfc shows it trying to modify a /*stdout*\ file. zstd-1.5.0 does not do this.

To Reproduce
Steps to reproduce the behavior:

  1. git clone zstd repo
  2. run MOREFLAGS=-static make to build it
  3. run strace -eutimensat ./programs/zstd -kdfc deutex-5.2.2.tar.zst >/dev/null
utimensat(AT_FDCWD, "/*stdout*\\", [UTIME_NOW, {tv_sec=1609297863, tv_nsec=0} /* 2020-12-29T22:11:03-0500 */], 0) = -1 ENOENT (No such file or directory)

Bisecting the v1.5.0 & v1.5.1 tags says commit 9cd6c1f is to blame.

@vapier
Copy link
Author

vapier commented Jan 13, 2022

@felixhandte as the author of said commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant