Merge pull request #3317 from sevki:patch-2

PiperOrigin-RevId: 322928424
This commit is contained in:
gVisor bot
2020-07-23 21:10:08 -07:00
+1 -1
View File
@@ -2506,7 +2506,7 @@ type msgFactory struct {
var msgRegistry registry
type registry struct {
factories [math.MaxUint8]msgFactory
factories [math.MaxUint8 + 1]msgFactory
// largestFixedSize is computed so that given some message size M, you can
// compute the maximum payload size (e.g. for Twrite, Rread) with