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

Decompress does not detect missing checksum #111

Open
klauspost opened this issue Mar 9, 2022 · 0 comments
Open

Decompress does not detect missing checksum #111

klauspost opened this issue Mar 9, 2022 · 0 comments

Comments

@klauspost
Copy link

What version of Go are you using (go version)?

λ go version
go version go1.17.6 windows/amd64

Current 1.x branch.

What did you do?

Use Decompress on this payload. Frame says it has CRC, but there is no CRC:

78ca79037d839ec574560e8f3bd38c530fc4da20.zst.gz

What did you expect to see?

Similar error to zstd command line:

λ zstd -d 78ca79037d839ec574560e8f3bd38c530fc4da20.zst
3bd38c530fc4da20.zst : 0 MB...     3bd38c530fc4da20.zst : Read error (39) : premature end

What did you see instead?

No error.

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

No branches or pull requests

1 participant