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: free Decoder resources when Reset is called with a nil io.Reader #305

Merged
merged 2 commits into from
Dec 30, 2020

Commits on Dec 26, 2020

  1. Configuration menu
    Copy the full SHA
    e44a8d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. fixup! zstd: free Decoder resources when Reset is called with a nil i…

    …o.Reader
    
    * Remove unneeded alloc.
    * Update docs.
    * Return a sentinel error when trying to read from a nil reader.
    * Return the same error if the Decoder was created with a nil reader.
    mostynb committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    7aebdd8 View commit details
    Browse the repository at this point in the history