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

Issue619safer #627

Merged
merged 9 commits into from Oct 11, 2019
Merged

Issue619safer #627

merged 9 commits into from Oct 11, 2019

Commits on Sep 7, 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 committed Sep 7, 2019
    Copy the full SHA
    f6b4f34 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2019

  1. proto/buffer. added buffer cap adjustment before giving it to marshal…

    …. This allows us to marshal at the correct place when the buffer contains a larger backing buffer. (gogo#619)
    jmarais committed Sep 8, 2019
    Copy the full SHA
    cc6f0d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. proto/buffer. remove unsafe/reflect slice cap adjustment and rather u…

    …se a full slice expression
    jmarais committed Sep 10, 2019
    Copy the full SHA
    a14ff7f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Copy the full SHA
    560ef21 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2805dd7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    035221e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Copy the full SHA
    435d53c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e107954 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e41e30a View commit details
    Browse the repository at this point in the history