]> Cypherpunks repositories - gostls13.git/commit
encoding/base64: reduce the overflow risk when computing encode/decode length
authorchanxuehong <chanxuehong@gmail.com>
Thu, 20 Jul 2023 04:43:38 +0000 (04:43 +0000)
committerGopher Robot <gobot@golang.org>
Fri, 21 Jul 2023 14:44:47 +0000 (14:44 +0000)
commit14adf4fb21935061e0f1425030f2f4a003800e54
tree0649f42937fcbd2c300b7d4962ab1513685319c8
parent050d4d3b9e1b022e1020dea4ffca5ffabf15ad7e
encoding/base64: reduce the overflow risk when computing encode/decode length

Change-Id: I0a55cdc38ae496e2070f0b9ef317a41f82352afd
GitHub-Last-Rev: c19527a26b0778cbb4548f49e1e365102709f068
GitHub-Pull-Request: golang/go#61407
Reviewed-on: https://go-review.googlesource.com/c/go/+/510635
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
src/encoding/base64/base64.go
src/encoding/base64/base64_test.go