8000 Comparing go1.13.14...go1.13.15 · golang/go · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golang/go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: go1.13.14
Choose a base ref
...
head repository: golang/go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: go1.13.15
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 6, 2020

  1. [release-branch.go1.13-security] encoding/binary: read at most MaxVar…

    …intLen64 bytes in ReadUvarint
    
    This CL ensures that ReadUvarint consumes only a limited
    amount of input (instead of an unbounded amount).
    
    On some inputs, ReadUvarint could read an arbitrary number
    of bytes before deciding to return an overflow error.
    After this CL, ReadUvarint returns that same overflow
    error sooner, after reading at most MaxVarintLen64 bytes.
    
    Fix authored by Robert Griesemer and Filippo Valsorda.
    
    Thanks to Diederik Loerakker, Jonny Rhea, Raúl Kripalani,
    and Preston Van Loon for reporting this.
    
    Fixes CVE-2020-16845
    
    Change-Id: Ie0cb15972f14c38b7cf7af84c45c4ce54909bb8f
    Reviewed-on: https://team-review.git.corp.google.com/c/golang/go-private/+/812099
    Reviewed-by: Filippo Valsorda <valsorda@google.com>
    Reviewed-on: https://team-review.git.corp.google.com/c/golang/go-private/+/812324
    katiehockman committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    ec5b63a View commit details
    Browse the repository at this point in the history
  2. [release-branch.go1.13-security] go1.13.15

    Change-Id: I4922f24774168f1c991b486276257a1ed18d34b6
    Reviewed-on: https://team-review.git.corp.google.com/c/golang/go-private/+/814547
    Reviewed-by: Katie Hockman <katiehockman@google.com>
    toothrot committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    e71b611 View commit details
    Browse the repository at this point in the history
Loading
0