]> Cypherpunks repositories - gostls13.git/commit
encoding/binary: ReadUvarint return io.ErrUnexpectedEOF when read at least 1 byte
authorcuiweixie <cuiweixie@gmail.com>
Mon, 8 Aug 2022 16:48:55 +0000 (16:48 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 8 Aug 2022 17:29:13 +0000 (17:29 +0000)
commit9903ab546938639c93a616c00b80cd94683e2779
tree158a0eaeef24ea711b1f25fb8dd56aa40f7d440a
parent0a86cd6857b9fb12a798b3dbcfb6974384aa07d6
encoding/binary: ReadUvarint return io.ErrUnexpectedEOF when read at least 1 byte

Fixes #54139

Change-Id: Ifc73bd7f181b13970ee6a08968f9d8f6e55d7ff3
GitHub-Last-Rev: 1e0a79bd3eb3e4dfcbfd7e9f94e849b3248ffac1
GitHub-Pull-Request: golang/go#54143
Reviewed-on: https://go-review.googlesource.com/c/go/+/420274
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
Run-TryBot: Joseph Tsai <joetsai@digital-static.net>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Joseph Tsai <joetsai@digital-static.net>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Keith Randall <khr@google.com>
src/encoding/binary/varint.go
src/encoding/binary/varint_test.go