go/src/encoding
cuiweixie 9903ab5469 encoding/binary: ReadUvarint return io.ErrUnexpectedEOF when read at least 1 byte
Fixes #54139

Change-Id: Ifc73bd7f181b13970ee6a08968f9d8f6e55d7ff3
GitHub-Last-Rev: 1e0a79bd3e
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>
2022-08-08 17:29:13 +00:00
..
ascii85 all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00
asn1 all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments 2022-04-05 17:52:29 +00:00
base32 encoding/base32: decoder output depends on chunking of underlying reader 2022-05-03 18:30:15 +00:00
base64
binary encoding/binary: ReadUvarint return io.ErrUnexpectedEOF when read at least 1 byte 2022-08-08 17:29:13 +00:00
csv encoding/csv: add Reader.InputOffset method 2022-05-14 04:25:13 +00:00
gob encoding/gob: replace runtime values with constants in init() 2022-08-08 06:16:59 +00:00
hex encoding/hex: implement Decode with a lookup table 2022-03-11 21:51:20 +00:00
json encoding/json: mention SyntaxError in Unmarshal doc comment 2022-06-01 22:59:44 +00:00
pem encoding/pem: fix stack overflow in Decode 2022-04-12 15:19:32 +00:00
xml encoding/xml: skip TestCVE202230633 for short tests 2022-07-14 21:03:14 +00:00
encoding.go