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

zstd decoder: Reset results in different decoding result #166

Closed
klauspost opened this issue Oct 2, 2019 · 0 comments · Fixed by #167
Closed

zstd decoder: Reset results in different decoding result #166

klauspost opened this issue Oct 2, 2019 · 0 comments · Fixed by #167

Comments

@klauspost
Copy link
Owner

    --- FAIL: TestDecoderRegression/DecodeAll-ecc76d9979eeebd4df26a435e3f321960a0a2c16 (0.00s)
        decoder_test.go:323: Received: 205 CRC check failed (no reset)
        decoder_test.go:333: Buffer mismatch
        decoder_test.go:335: Received: 205 invalid input: magic number mismatch (After reset)
        decoder_test.go:338: CRC check failed != invalid input: magic number mismatch

Meaning the result mismatches and two different errors are returned.

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