mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-04 02:38:50 +00:00
a5526f0129
This particular off-by-one can never happen in practice. We will crash if a field has a number one greater than the maximum field number in the dense array, but if field number N is in the array we will always put N+1 in it as well. Fix the off-by-one anyway. Change-Id: I8c1304f2fc0d7b91036bde3f7ddb7115c21781ca Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/229278 Reviewed-by: Joe Tsai <joetsai@google.com> |
||
---|---|---|
.. | ||
benchmarks | ||
cmd | ||
conformance | ||
descfmt | ||
descopts | ||
detectknown | ||
detrand | ||
encoding | ||
errors | ||
fieldnum | ||
fieldsort | ||
filedesc | ||
filetype | ||
flags | ||
fuzz | ||
fuzztest | ||
genname | ||
impl | ||
mapsort | ||
msgfmt | ||
pragma | ||
protobuild | ||
protolegacy | ||
set | ||
strs | ||
testprotos | ||
version | ||
weakdeps |