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

Fix buffer reuse #624

Closed
wants to merge 3 commits into from
Closed

Fix buffer reuse #624

wants to merge 3 commits into from

Commits on Sep 9, 2019

  1. tests. added test case for issue (gogo#619). Compare marshaling betwe…

    …en a proto.Buffer and proto.Marshal with different proto.Buffer sizes.
    jmarais authored and Antoine Pelisse committed Sep 9, 2019
    Copy the full SHA
    8d8355d View commit details
    Browse the repository at this point in the history
  2. Fix confusion between slice capacity and length

    Antoine Pelisse committed Sep 9, 2019
    Copy the full SHA
    e86a61c View commit details
    Browse the repository at this point in the history
  3. Regenerate all protobuf code

    Antoine Pelisse committed Sep 9, 2019
    Copy the full SHA
    06b3fdc View commit details
    Browse the repository at this point in the history