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

Avoid writing garbage bytes to read blobs in managed git engine #581

Merged
merged 1 commit into from Apr 7, 2021

Commits on Apr 7, 2021

  1. Avoid writing garbage bytes to read blobs in managed git engine

    In the case of this bug, the `Stream.Read` method read fewer bytes than was requested. This is totally allowed, but the caller did not expect it and assumed the entire buffer was initialized rather than a subset of it.
    
    Fixes #580
    AArnott committed Apr 7, 2021
    Copy the full SHA
    ae45375 View commit details
    Browse the repository at this point in the history