]> Cypherpunks repositories - gostls13.git/commit
math/big: error on buffer length overflow in Rat.GobDecode
authorIan Lance Taylor <iant@golang.org>
Tue, 11 Oct 2022 18:21:13 +0000 (11:21 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 11 Oct 2022 20:20:16 +0000 (20:20 +0000)
commitb6e7e16208be683dbf8039acc7d7dfd97888aba1
treebbc2e550d5e4585f62baf218832a7ac4e60b82fe
parent01604129aee8bfc9dd3e2fffd2ad8f772a3089ec
math/big: error on buffer length overflow in Rat.GobDecode

Fixes #56156

Change-Id: Ib85ff45f0b0d0eac83c39606ee20b3a312e6e919
Reviewed-on: https://go-review.googlesource.com/c/go/+/442335
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/math/big/ratmarsh.go
src/math/big/ratmarsh_test.go