]> Cypherpunks repositories - gostls13.git/commit
encoding/base32: reduce overflow risk when calc encode/decode len
authorchanxuehong <chanxuehong@gmail.com>
Mon, 24 Jul 2023 08:58:16 +0000 (08:58 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 26 Jul 2023 11:18:30 +0000 (11:18 +0000)
commita3c1836d80314607f01a5732ae1fc22a0ae17671
tree65e5fff6204838e6c191abb213d59601eab57ab6
parent616193510f45c6c588af9cb022dfdee52400d0ca
encoding/base32: reduce overflow risk when calc encode/decode len

Same as https://go-review.googlesource.com/c/go/+/510635, reduces risk of overflow

Change-Id: I18f5560d73af76c3e853464a89ad7e42dbbd5894
GitHub-Last-Rev: 652c8c6712886184e59a110c3fa1e6dcb643d93b
GitHub-Pull-Request: golang/go#61547
Reviewed-on: https://go-review.googlesource.com/c/go/+/512200
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/encoding/base32/base32.go
src/encoding/base32/base32_test.go