protobuf-go/proto
Damien Neil 0f783d864b internal/impl: fix off-by-one in varint validation
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20532
Change-Id: I670698a1ef780f341f336929384132febe2b40a1
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/217766
Reviewed-by: Joe Tsai <joetsai@google.com>
2020-02-05 17:16:50 +00:00
..
bench_test.go all: remove APIv1 dependency 2020-01-09 18:06:30 +00:00
decode_gen.go proto: consistently use non-nil, zero-length []bytes for empty bytes strings 2019-12-09 17:33:50 +00:00
decode_test.go encoding: add Format helper function and method 2020-01-30 07:50:58 +00:00
decode.go proto: make use of fast-path initialization checks 2020-01-29 23:04:27 +00:00
doc.go
encode_gen.go
encode_test.go encoding: add Format helper function and method 2020-01-30 07:50:58 +00:00
encode.go runtime/protoiface: use more efficient options representation 2020-01-28 23:33:31 +00:00
equal_test.go proto, internal/protobuild: add test proto template builder 2020-02-03 19:14:55 +00:00
equal.go proto: fix equality on nil values of different types 2020-01-06 23:36:47 +00:00
extension_test.go proto, internal/protobuild: add test proto template builder 2020-02-03 19:14:55 +00:00
extension.go
isinit_test.go encoding: add Format helper function and method 2020-01-30 07:50:58 +00:00
isinit.go
merge_test.go proto, internal/protobuild: add test proto template builder 2020-02-03 19:14:55 +00:00
merge.go proto: add Clone function and MergeOptions.Clone method 2020-01-06 21:07:28 +00:00
messageset_test.go internal/impl: messageset validation and isinit fixes 2020-01-24 20:27:57 +00:00
messageset.go proto, internal/impl: store unknown MessageSet items in non-mset format 2019-11-11 19:40:27 +00:00
methods_test.go all: do best-effort initialization check on fast path unmarshal 2020-01-22 20:57:14 +00:00
noenforceutf8_test.go proto: rearrange test messages 2019-12-16 21:49:56 +00:00
proto_methods.go all: add ProtoMethods method to protoreflect.Message 2020-01-21 21:05:54 +00:00
proto_reflect.go
proto.go
reset_test.go
reset.go
size_gen.go
size.go proto: add MarshalState, UnmarshalState 2020-01-22 20:52:17 +00:00
testmessages_test.go internal/impl: fix off-by-one in varint validation 2020-02-05 17:16:50 +00:00
validate_test.go internal/impl: refactor validation a bit 2020-02-05 05:32:50 +00:00
weak_test.go internal/impl: add message validator 2020-01-07 21:36:47 +00:00
wrappers.go