diff --git a/go.mod b/go.mod index 85ff7f6ff50b..5459b9258c12 100644 --- a/go.mod +++ b/go.mod @@ -170,7 +170,7 @@ require ( vitess.io/vitess v0.0.0-00010101000000-000000000000 ) -replace github.com/gogo/protobuf => github.com/cockroachdb/gogoproto v1.2.1-0.20190102194534-ca10b809dba0 +replace github.com/gogo/protobuf => github.com/cockroachdb/gogoproto v1.2.1-0.20210111172841-8b6737fea948 replace github.com/grpc-ecosystem/grpc-gateway => github.com/cockroachdb/grpc-gateway v1.14.6-0.20200519165156-52697fc4a249 diff --git a/go.sum b/go.sum index 0ebce363b681..4cb05d4c77d7 100644 --- a/go.sum +++ b/go.sum @@ -154,8 +154,8 @@ github.com/cockroachdb/etcd v0.4.7-0.20200615211340-a17df30d5955 h1:1ELogBFqZl2C github.com/cockroachdb/etcd v0.4.7-0.20200615211340-a17df30d5955/go.mod h1:Vshs83p1UXI6fjU8eWVgqXeewFxRDP1fNVF5PHiSBm0= github.com/cockroachdb/go-test-teamcity v0.0.0-20191211140407-cff980ad0a55 h1:YqzBA7tf8Gv8Oz0BbBsPenqkyjiohS7EUIwi7p1QJCU= github.com/cockroachdb/go-test-teamcity v0.0.0-20191211140407-cff980ad0a55/go.mod h1:QqVqNIiRhLqJXif5C9wbM4JydBhrAF2WDMxkv5xkyxQ= -github.com/cockroachdb/gogoproto v1.2.1-0.20190102194534-ca10b809dba0 h1:UoEUWRRZjeOfGenewnmzRCA0kWWRtZogNdidaXjZ/+c= -github.com/cockroachdb/gogoproto v1.2.1-0.20190102194534-ca10b809dba0/go.mod h1:iEEnNJHQ499vc8YlB9zMzx81dfYQXSTukEEGG2EnUHE= +github.com/cockroachdb/gogoproto v1.2.1-0.20210111172841-8b6737fea948 h1:yrdrJWJpn0+1BmXaRzurDIZz3uHmSs/wnwWbC4arWlQ= +github.com/cockroachdb/gogoproto v1.2.1-0.20210111172841-8b6737fea948/go.mod h1:iEEnNJHQ499vc8YlB9zMzx81dfYQXSTukEEGG2EnUHE= github.com/cockroachdb/gostdlib v1.13.0 h1:TzSEPYgkKDNei3gbLc0rrHu4iHyBp7/+NxPOFmcXGaw= github.com/cockroachdb/gostdlib v1.13.0/go.mod h1:eXX95p9QDrYwJfJ6AgeN9QnRa/lqqid9LAzWz/l5OgA= github.com/cockroachdb/grpc-gateway v1.14.6-0.20200519165156-52697fc4a249 h1:pZuUpNtmLArGU2vCW+mNetvruw6jRcxDxwOnMT+XLWI= diff --git a/pkg/acceptance/cluster/testconfig.pb.go b/pkg/acceptance/cluster/testconfig.pb.go index 9825aff03499..995c6c54dbfe 100644 --- a/pkg/acceptance/cluster/testconfig.pb.go +++ b/pkg/acceptance/cluster/testconfig.pb.go @@ -406,7 +406,7 @@ func (m *StoreConfig) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthTestconfig } if (iNdEx + skippy) > l { @@ -516,7 +516,7 @@ func (m *NodeConfig) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthTestconfig } if (iNdEx + skippy) > l { @@ -684,7 +684,7 @@ func (m *TestConfig) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthTestconfig } if (iNdEx + skippy) > l { diff --git a/pkg/blobs/blobspb/blobs.pb.go b/pkg/blobs/blobspb/blobs.pb.go index 685eaa8f2d48..c2fa49ee07b7 100644 --- a/pkg/blobs/blobspb/blobs.pb.go +++ b/pkg/blobs/blobspb/blobs.pb.go @@ -1237,7 +1237,7 @@ func (m *GetRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthBlobs } if (iNdEx + skippy) > l { @@ -1318,7 +1318,7 @@ func (m *GetResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthBlobs } if (iNdEx + skippy) > l { @@ -1428,7 +1428,7 @@ func (m *PutRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthBlobs } if (iNdEx + skippy) > l { @@ -1478,7 +1478,7 @@ func (m *PutResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthBlobs } if (iNdEx + skippy) > l { @@ -1557,7 +1557,7 @@ func (m *GlobRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthBlobs } if (iNdEx + skippy) > l { @@ -1636,7 +1636,7 @@ func (m *GlobResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthBlobs } if (iNdEx + skippy) > l { @@ -1715,7 +1715,7 @@ func (m *DeleteRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthBlobs } if (iNdEx + skippy) > l { @@ -1765,7 +1765,7 @@ func (m *DeleteResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthBlobs } if (iNdEx + skippy) > l { @@ -1844,7 +1844,7 @@ func (m *StatRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthBlobs } if (iNdEx + skippy) > l { @@ -1913,7 +1913,7 @@ func (m *BlobStat) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthBlobs } if (iNdEx + skippy) > l { @@ -1994,7 +1994,7 @@ func (m *StreamChunk) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthBlobs } if (iNdEx + skippy) > l { @@ -2044,7 +2044,7 @@ func (m *StreamResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthBlobs } if (iNdEx + skippy) > l { diff --git a/pkg/build/info.pb.go b/pkg/build/info.pb.go index cb2fcf1fa804..f00beaa017b7 100644 --- a/pkg/build/info.pb.go +++ b/pkg/build/info.pb.go @@ -588,7 +588,7 @@ func (m *Info) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthInfo } if (iNdEx + skippy) > l { diff --git a/pkg/ccl/backupccl/backup.pb.go b/pkg/ccl/backupccl/backup.pb.go index a02093becccf..1e1f467e5f45 100644 --- a/pkg/ccl/backupccl/backup.pb.go +++ b/pkg/ccl/backupccl/backup.pb.go @@ -1448,7 +1448,7 @@ func (m *RowCount) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthBackup } if (iNdEx + skippy) > l { @@ -2221,7 +2221,7 @@ func (m *BackupManifest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthBackup } if (iNdEx + skippy) > postIndex { @@ -2269,7 +2269,7 @@ func (m *BackupManifest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthBackup } if (iNdEx + skippy) > l { @@ -2528,7 +2528,7 @@ func (m *BackupManifest_File) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthBackup } if (iNdEx + skippy) > l { @@ -2660,7 +2660,7 @@ func (m *BackupManifest_DescriptorRevision) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthBackup } if (iNdEx + skippy) > l { @@ -2771,7 +2771,7 @@ func (m *BackupManifest_Progress) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthBackup } if (iNdEx + skippy) > l { @@ -2911,7 +2911,7 @@ func (m *BackupPartitionDescriptor) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthBackup } if (iNdEx + skippy) > l { @@ -2992,7 +2992,7 @@ func (m *StatsTable) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthBackup } if (iNdEx + skippy) > l { @@ -3129,7 +3129,7 @@ func (m *ScheduledBackupExecutionArgs) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthBackup } if (iNdEx + skippy) > l { @@ -3258,7 +3258,7 @@ func (m *RestoreProgress) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthBackup } if (iNdEx + skippy) > l { diff --git a/pkg/ccl/baseccl/encryption_options.pb.go b/pkg/ccl/baseccl/encryption_options.pb.go index bd592d2175c9..02f5376c8c6f 100644 --- a/pkg/ccl/baseccl/encryption_options.pb.go +++ b/pkg/ccl/baseccl/encryption_options.pb.go @@ -339,7 +339,7 @@ func (m *EncryptionKeyFiles) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthEncryptionOptions } if (iNdEx + skippy) > l { @@ -460,7 +460,7 @@ func (m *EncryptionOptions) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthEncryptionOptions } if (iNdEx + skippy) > l { diff --git a/pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go b/pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go index 53e89a9d6b38..17037f2cd010 100644 --- a/pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go +++ b/pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go @@ -733,7 +733,7 @@ func (m *DataKeysRegistry) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthKeyRegistry } if (iNdEx + skippy) > postIndex { @@ -856,7 +856,7 @@ func (m *DataKeysRegistry) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthKeyRegistry } if (iNdEx + skippy) > postIndex { @@ -931,7 +931,7 @@ func (m *DataKeysRegistry) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthKeyRegistry } if (iNdEx + skippy) > l { @@ -1126,7 +1126,7 @@ func (m *KeyInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthKeyRegistry } if (iNdEx + skippy) > l { @@ -1240,7 +1240,7 @@ func (m *SecretKey) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthKeyRegistry } if (iNdEx + skippy) > l { @@ -1388,7 +1388,7 @@ func (m *EncryptionSettings) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthKeyRegistry } if (iNdEx + skippy) > l { diff --git a/pkg/ccl/storageccl/engineccl/enginepbccl/stats.pb.go b/pkg/ccl/storageccl/engineccl/enginepbccl/stats.pb.go index c8838ffb2f51..f192874b2a15 100644 --- a/pkg/ccl/storageccl/engineccl/enginepbccl/stats.pb.go +++ b/pkg/ccl/storageccl/engineccl/enginepbccl/stats.pb.go @@ -238,7 +238,7 @@ func (m *EncryptionStatus) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStats } if (iNdEx + skippy) > l { diff --git a/pkg/ccl/utilccl/licenseccl/license.pb.go b/pkg/ccl/utilccl/licenseccl/license.pb.go index 50a9c5f269a1..7c1418a10f9b 100644 --- a/pkg/ccl/utilccl/licenseccl/license.pb.go +++ b/pkg/ccl/utilccl/licenseccl/license.pb.go @@ -315,7 +315,7 @@ func (m *License) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthLicense } if (iNdEx + skippy) > l { diff --git a/pkg/cli/systembench/systembenchpb/ping.pb.go b/pkg/cli/systembench/systembenchpb/ping.pb.go index e0f9ab6753fa..6e23e4a6148d 100644 --- a/pkg/cli/systembench/systembenchpb/ping.pb.go +++ b/pkg/cli/systembench/systembenchpb/ping.pb.go @@ -330,7 +330,7 @@ func (m *PingRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthPing } if (iNdEx + skippy) > l { @@ -411,7 +411,7 @@ func (m *PingResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthPing } if (iNdEx + skippy) > l { diff --git a/pkg/clusterversion/cluster_version.pb.go b/pkg/clusterversion/cluster_version.pb.go index db5acb056b8c..f905aa0f7363 100644 --- a/pkg/clusterversion/cluster_version.pb.go +++ b/pkg/clusterversion/cluster_version.pb.go @@ -185,7 +185,7 @@ func (m *ClusterVersion) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthClusterVersion } if (iNdEx + skippy) > l { diff --git a/pkg/config/system.pb.go b/pkg/config/system.pb.go index df3d50eb02fb..978de3ebd988 100644 --- a/pkg/config/system.pb.go +++ b/pkg/config/system.pb.go @@ -190,7 +190,7 @@ func (m *SystemConfigEntries) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthSystem } if (iNdEx + skippy) > l { diff --git a/pkg/config/zonepb/zone.pb.go b/pkg/config/zonepb/zone.pb.go index 8990d9488f34..f36a6314b3bf 100644 --- a/pkg/config/zonepb/zone.pb.go +++ b/pkg/config/zonepb/zone.pb.go @@ -1387,7 +1387,7 @@ func (m *GCPolicy) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthZone } if (iNdEx + skippy) > l { @@ -1514,7 +1514,7 @@ func (m *Constraint) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthZone } if (iNdEx + skippy) > l { @@ -1614,7 +1614,7 @@ func (m *ConstraintsConjunction) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthZone } if (iNdEx + skippy) > l { @@ -1695,7 +1695,7 @@ func (m *LeasePreference) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthZone } if (iNdEx + skippy) > l { @@ -2002,7 +2002,7 @@ func (m *ZoneConfig) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthZone } if (iNdEx + skippy) > l { @@ -2130,7 +2130,7 @@ func (m *Subzone) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthZone } if (iNdEx + skippy) > l { @@ -2261,7 +2261,7 @@ func (m *SubzoneSpan) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthZone } if (iNdEx + skippy) > l { diff --git a/pkg/geo/geoindex/config.pb.go b/pkg/geo/geoindex/config.pb.go index f9f2cc975519..8faa57c167de 100644 --- a/pkg/geo/geoindex/config.pb.go +++ b/pkg/geo/geoindex/config.pb.go @@ -684,7 +684,7 @@ func (m *Config) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthConfig } if (iNdEx + skippy) > l { @@ -810,7 +810,7 @@ func (m *S2Config) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthConfig } if (iNdEx + skippy) > l { @@ -893,7 +893,7 @@ func (m *S2GeographyConfig) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthConfig } if (iNdEx + skippy) > l { @@ -1020,7 +1020,7 @@ func (m *S2GeometryConfig) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthConfig } if (iNdEx + skippy) > l { diff --git a/pkg/geo/geopb/geopb.pb.go b/pkg/geo/geopb/geopb.pb.go index a37c69fbc23e..c097454ca40f 100644 --- a/pkg/geo/geopb/geopb.pb.go +++ b/pkg/geo/geopb/geopb.pb.go @@ -505,7 +505,7 @@ func (m *SpatialObject) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthGeopb } if (iNdEx + skippy) > l { @@ -599,7 +599,7 @@ func (m *BoundingBox) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthGeopb } if (iNdEx + skippy) > l { diff --git a/pkg/gossip/gossip.pb.go b/pkg/gossip/gossip.pb.go index 458fbf3e3217..fee1b8953bf0 100644 --- a/pkg/gossip/gossip.pb.go +++ b/pkg/gossip/gossip.pb.go @@ -1602,7 +1602,7 @@ func (m *BootstrapInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthGossip } if (iNdEx + skippy) > l { @@ -1780,7 +1780,7 @@ func (m *Request) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthGossip } if (iNdEx + skippy) > postIndex { @@ -1903,7 +1903,7 @@ func (m *Request) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthGossip } if (iNdEx + skippy) > postIndex { @@ -1950,7 +1950,7 @@ func (m *Request) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthGossip } if (iNdEx + skippy) > l { @@ -2207,7 +2207,7 @@ func (m *Response) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthGossip } if (iNdEx + skippy) > postIndex { @@ -2303,7 +2303,7 @@ func (m *Response) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthGossip } if (iNdEx + skippy) > postIndex { @@ -2320,7 +2320,7 @@ func (m *Response) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthGossip } if (iNdEx + skippy) > l { @@ -2437,7 +2437,7 @@ func (m *ConnStatus) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthGossip } if (iNdEx + skippy) > l { @@ -2582,7 +2582,7 @@ func (m *MetricSnap) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthGossip } if (iNdEx + skippy) > l { @@ -2692,7 +2692,7 @@ func (m *OutgoingConnStatus) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthGossip } if (iNdEx + skippy) > l { @@ -2792,7 +2792,7 @@ func (m *ClientStatus) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthGossip } if (iNdEx + skippy) > l { @@ -2922,7 +2922,7 @@ func (m *ServerStatus) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthGossip } if (iNdEx + skippy) > l { @@ -3022,7 +3022,7 @@ func (m *Connectivity) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthGossip } if (iNdEx + skippy) > l { @@ -3110,7 +3110,7 @@ func (m *Connectivity_Conn) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthGossip } if (iNdEx + skippy) > l { @@ -3266,7 +3266,7 @@ func (m *InfoStatus) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthGossip } if (iNdEx + skippy) > postIndex { @@ -3373,7 +3373,7 @@ func (m *InfoStatus) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthGossip } if (iNdEx + skippy) > l { @@ -3548,7 +3548,7 @@ func (m *Info) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthGossip } if (iNdEx + skippy) > l { diff --git a/pkg/jobs/jobspb/jobs.pb.go b/pkg/jobs/jobspb/jobs.pb.go index 54861a59efa3..7a2f42e6f8a6 100644 --- a/pkg/jobs/jobspb/jobs.pb.go +++ b/pkg/jobs/jobspb/jobs.pb.go @@ -5765,7 +5765,7 @@ func (m *Lease) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -5898,7 +5898,7 @@ func (m *BackupEncryptionOptions) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -6008,7 +6008,7 @@ func (m *BackupEncryptionOptions_KMSInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -6210,7 +6210,7 @@ func (m *EncryptionInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > postIndex { @@ -6227,7 +6227,7 @@ func (m *EncryptionInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -6498,7 +6498,7 @@ func (m *BackupDetails) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > postIndex { @@ -6642,7 +6642,7 @@ func (m *BackupDetails) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -6692,7 +6692,7 @@ func (m *BackupProgress) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -6837,7 +6837,7 @@ func (m *RestoreDetails) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > postIndex { @@ -7240,7 +7240,7 @@ func (m *RestoreDetails) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -7348,7 +7348,7 @@ func (m *RestoreDetails_DescriptorRewrite) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -7499,7 +7499,7 @@ func (m *RestoreDetails_BackupLocalityInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > postIndex { @@ -7516,7 +7516,7 @@ func (m *RestoreDetails_BackupLocalityInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -7597,7 +7597,7 @@ func (m *RestoreProgress) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -7983,7 +7983,7 @@ func (m *ImportDetails) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -8183,7 +8183,7 @@ func (m *ImportDetails_Table) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -8490,7 +8490,7 @@ func (m *ImportProgress) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -8559,7 +8559,7 @@ func (m *TypeSchemaChangeDetails) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -8609,7 +8609,7 @@ func (m *TypeSchemaChangeProgress) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -8690,7 +8690,7 @@ func (m *ResumeSpanList) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -8807,7 +8807,7 @@ func (m *DroppedTableDetails) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -9002,7 +9002,7 @@ func (m *SchemaChangeGCDetails) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -9090,7 +9090,7 @@ func (m *SchemaChangeGCDetails_DroppedIndex) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -9178,7 +9178,7 @@ func (m *SchemaChangeGCDetails_DroppedID) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -9512,7 +9512,7 @@ func (m *SchemaChangeDetails) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -9562,7 +9562,7 @@ func (m *SchemaChangeProgress) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -9674,7 +9674,7 @@ func (m *SchemaChangeGCProgress) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -9762,7 +9762,7 @@ func (m *SchemaChangeGCProgress_IndexProgress) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -9850,7 +9850,7 @@ func (m *SchemaChangeGCProgress_TableProgress) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -9929,7 +9929,7 @@ func (m *ChangefeedTarget) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -10109,7 +10109,7 @@ func (m *ChangefeedDetails) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > postIndex { @@ -10221,7 +10221,7 @@ func (m *ChangefeedDetails) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > postIndex { @@ -10268,7 +10268,7 @@ func (m *ChangefeedDetails) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -10398,7 +10398,7 @@ func (m *ResolvedSpan) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -10509,7 +10509,7 @@ func (m *ChangefeedProgress) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -10751,7 +10751,7 @@ func (m *CreateStatsDetails) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -10933,7 +10933,7 @@ func (m *CreateStatsDetails_ColStat) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -10983,7 +10983,7 @@ func (m *CreateStatsProgress) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -11664,7 +11664,7 @@ func (m *Payload) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -12061,7 +12061,7 @@ func (m *Progress) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { @@ -12196,7 +12196,7 @@ func (m *Job) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthJobs } if (iNdEx + skippy) > l { diff --git a/pkg/jobs/jobspb/schedule.pb.go b/pkg/jobs/jobspb/schedule.pb.go index bdaf129e6ae3..b02c15b6e932 100644 --- a/pkg/jobs/jobspb/schedule.pb.go +++ b/pkg/jobs/jobspb/schedule.pb.go @@ -485,7 +485,7 @@ func (m *ScheduleDetails) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthSchedule } if (iNdEx + skippy) > l { @@ -568,7 +568,7 @@ func (m *ExecutionArguments) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthSchedule } if (iNdEx + skippy) > l { @@ -647,7 +647,7 @@ func (m *SqlStatementExecutionArg) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthSchedule } if (iNdEx + skippy) > l { @@ -726,7 +726,7 @@ func (m *ScheduleState) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthSchedule } if (iNdEx + skippy) > l { diff --git a/pkg/kv/kvnemesis/operations.pb.go b/pkg/kv/kvnemesis/operations.pb.go index be05a4272c29..68b260ec0d2f 100644 --- a/pkg/kv/kvnemesis/operations.pb.go +++ b/pkg/kv/kvnemesis/operations.pb.go @@ -1525,7 +1525,7 @@ func (m *BatchOperation) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthOperations } if (iNdEx + skippy) > l { @@ -1750,7 +1750,7 @@ func (m *ClosureTxnOperation) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthOperations } if (iNdEx + skippy) > l { @@ -1861,7 +1861,7 @@ func (m *GetOperation) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthOperations } if (iNdEx + skippy) > l { @@ -2023,7 +2023,7 @@ func (m *ScanOperation) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthOperations } if (iNdEx + skippy) > l { @@ -2165,7 +2165,7 @@ func (m *PutOperation) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthOperations } if (iNdEx + skippy) > l { @@ -2276,7 +2276,7 @@ func (m *SplitOperation) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthOperations } if (iNdEx + skippy) > l { @@ -2387,7 +2387,7 @@ func (m *MergeOperation) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthOperations } if (iNdEx + skippy) > l { @@ -2529,7 +2529,7 @@ func (m *ChangeReplicasOperation) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthOperations } if (iNdEx + skippy) > l { @@ -2843,7 +2843,7 @@ func (m *Operation) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthOperations } if (iNdEx + skippy) > l { @@ -2955,7 +2955,7 @@ func (m *KeyValue) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthOperations } if (iNdEx + skippy) > l { @@ -3119,7 +3119,7 @@ func (m *Result) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthOperations } if (iNdEx + skippy) > l { @@ -3307,7 +3307,7 @@ func (m *Step) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthOperations } if (iNdEx + skippy) > l { diff --git a/pkg/kv/kvserver/api.pb.go b/pkg/kv/kvserver/api.pb.go index c784e0b829f1..e943ef53cd81 100644 --- a/pkg/kv/kvserver/api.pb.go +++ b/pkg/kv/kvserver/api.pb.go @@ -714,7 +714,7 @@ func (m *StoreRequestHeader) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -874,7 +874,7 @@ func (m *CollectChecksumRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -1048,7 +1048,7 @@ func (m *CollectChecksumResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -1166,7 +1166,7 @@ func (m *WaitForApplicationRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -1216,7 +1216,7 @@ func (m *WaitForApplicationResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -1315,7 +1315,7 @@ func (m *WaitForReplicaInitRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -1365,7 +1365,7 @@ func (m *WaitForReplicaInitResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { diff --git a/pkg/kv/kvserver/closedts/ctpb/entry.pb.go b/pkg/kv/kvserver/closedts/ctpb/entry.pb.go index 96e381c0a392..d5430790f077 100644 --- a/pkg/kv/kvserver/closedts/ctpb/entry.pb.go +++ b/pkg/kv/kvserver/closedts/ctpb/entry.pb.go @@ -445,7 +445,7 @@ func (m *Entry) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthEntry } if (iNdEx + skippy) > postIndex { @@ -482,7 +482,7 @@ func (m *Entry) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthEntry } if (iNdEx + skippy) > l { @@ -605,7 +605,7 @@ func (m *Reaction) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthEntry } if (iNdEx + skippy) > l { diff --git a/pkg/kv/kvserver/kvserverpb/lease_status.pb.go b/pkg/kv/kvserver/kvserverpb/lease_status.pb.go index 0a7bd3f7b5b1..c08997bbffdc 100644 --- a/pkg/kv/kvserver/kvserverpb/lease_status.pb.go +++ b/pkg/kv/kvserver/kvserverpb/lease_status.pb.go @@ -365,7 +365,7 @@ func (m *LeaseStatus) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthLeaseStatus } if (iNdEx + skippy) > l { diff --git a/pkg/kv/kvserver/kvserverpb/liveness.pb.go b/pkg/kv/kvserver/kvserverpb/liveness.pb.go index fe22fd42205b..ab17f008e338 100644 --- a/pkg/kv/kvserver/kvserverpb/liveness.pb.go +++ b/pkg/kv/kvserver/kvserverpb/liveness.pb.go @@ -538,7 +538,7 @@ func (m *Liveness) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthLiveness } if (iNdEx + skippy) > l { diff --git a/pkg/kv/kvserver/kvserverpb/log.pb.go b/pkg/kv/kvserver/kvserverpb/log.pb.go index 60235051d28a..eaff76c4c802 100644 --- a/pkg/kv/kvserver/kvserverpb/log.pb.go +++ b/pkg/kv/kvserver/kvserverpb/log.pb.go @@ -540,7 +540,7 @@ func (m *RangeLogEvent) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthLog } if (iNdEx + skippy) > l { @@ -813,7 +813,7 @@ func (m *RangeLogEvent_Info) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthLog } if (iNdEx + skippy) > l { diff --git a/pkg/kv/kvserver/kvserverpb/proposer_kv.pb.go b/pkg/kv/kvserver/kvserverpb/proposer_kv.pb.go index e38a5a5200ac..7ad82bb15358 100644 --- a/pkg/kv/kvserver/kvserverpb/proposer_kv.pb.go +++ b/pkg/kv/kvserver/kvserverpb/proposer_kv.pb.go @@ -1810,7 +1810,7 @@ func (m *Split) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProposerKv } if (iNdEx + skippy) > l { @@ -1890,7 +1890,7 @@ func (m *Merge) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProposerKv } if (iNdEx + skippy) > l { @@ -1970,7 +1970,7 @@ func (m *ChangeReplicas) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProposerKv } if (iNdEx + skippy) > l { @@ -2159,7 +2159,7 @@ func (m *ComputeChecksum) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProposerKv } if (iNdEx + skippy) > l { @@ -2247,7 +2247,7 @@ func (m *Compaction) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProposerKv } if (iNdEx + skippy) > l { @@ -2389,7 +2389,7 @@ func (m *SuggestedCompaction) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProposerKv } if (iNdEx + skippy) > l { @@ -2833,7 +2833,7 @@ func (m *ReplicatedEvalResult) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProposerKv } if (iNdEx + skippy) > l { @@ -2933,7 +2933,7 @@ func (m *ReplicatedEvalResult_AddSSTable) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProposerKv } if (iNdEx + skippy) > l { @@ -3014,7 +3014,7 @@ func (m *WriteBatch) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProposerKv } if (iNdEx + skippy) > l { @@ -3095,7 +3095,7 @@ func (m *LogicalOpLog) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProposerKv } if (iNdEx + skippy) > l { @@ -3413,7 +3413,7 @@ func (m *RaftCommand) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProposerKv } if (iNdEx + skippy) > postIndex { @@ -3430,7 +3430,7 @@ func (m *RaftCommand) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProposerKv } if (iNdEx + skippy) > l { @@ -3499,7 +3499,7 @@ func (m *RaftCommandFooter) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProposerKv } if (iNdEx + skippy) > l { diff --git a/pkg/kv/kvserver/kvserverpb/state.pb.go b/pkg/kv/kvserver/kvserverpb/state.pb.go index 46d4982b269e..ae9350e3a67c 100644 --- a/pkg/kv/kvserver/kvserverpb/state.pb.go +++ b/pkg/kv/kvserver/kvserverpb/state.pb.go @@ -1092,7 +1092,7 @@ func (m *ReplicaState) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthState } if (iNdEx + skippy) > l { @@ -1525,7 +1525,7 @@ func (m *RangeInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthState } if (iNdEx + skippy) > l { @@ -1662,7 +1662,7 @@ func (m *RangeInfo_CTEntry) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthState } if (iNdEx + skippy) > l { @@ -1750,7 +1750,7 @@ func (m *LatchManagerInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthState } if (iNdEx + skippy) > l { diff --git a/pkg/kv/kvserver/protectedts/ptpb/protectedts.pb.go b/pkg/kv/kvserver/protectedts/ptpb/protectedts.pb.go index 5504b48ebc99..faf637436e45 100644 --- a/pkg/kv/kvserver/protectedts/ptpb/protectedts.pb.go +++ b/pkg/kv/kvserver/protectedts/ptpb/protectedts.pb.go @@ -551,7 +551,7 @@ func (m *Metadata) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProtectedts } if (iNdEx + skippy) > l { @@ -791,7 +791,7 @@ func (m *Record) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProtectedts } if (iNdEx + skippy) > l { @@ -902,7 +902,7 @@ func (m *State) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProtectedts } if (iNdEx + skippy) > l { diff --git a/pkg/kv/kvserver/protectedts/ptstorage/storage.pb.go b/pkg/kv/kvserver/protectedts/ptstorage/storage.pb.go index 1beeed5dfbcf..326df6f4111d 100644 --- a/pkg/kv/kvserver/protectedts/ptstorage/storage.pb.go +++ b/pkg/kv/kvserver/protectedts/ptstorage/storage.pb.go @@ -193,7 +193,7 @@ func (m *Spans) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStorage } if (iNdEx + skippy) > l { diff --git a/pkg/kv/kvserver/raft.pb.go b/pkg/kv/kvserver/raft.pb.go index 2a58eaa2f2b8..3e8ca4741e30 100644 --- a/pkg/kv/kvserver/raft.pb.go +++ b/pkg/kv/kvserver/raft.pb.go @@ -1483,7 +1483,7 @@ func (m *RaftHeartbeat) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthRaft } if (iNdEx + skippy) > l { @@ -1806,7 +1806,7 @@ func (m *RaftMessageRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthRaft } if (iNdEx + skippy) > l { @@ -1887,7 +1887,7 @@ func (m *RaftMessageRequestBatch) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthRaft } if (iNdEx + skippy) > l { @@ -1970,7 +1970,7 @@ func (m *RaftMessageResponseUnion) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthRaft } if (iNdEx + skippy) > l { @@ -2129,7 +2129,7 @@ func (m *RaftMessageResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthRaft } if (iNdEx + skippy) > l { @@ -2292,7 +2292,7 @@ func (m *SnapshotRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthRaft } if (iNdEx + skippy) > l { @@ -2518,7 +2518,7 @@ func (m *SnapshotRequest_Header) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthRaft } if (iNdEx + skippy) > l { @@ -2616,7 +2616,7 @@ func (m *SnapshotResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthRaft } if (iNdEx + skippy) > l { @@ -2726,7 +2726,7 @@ func (m *ConfChangeContext) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthRaft } if (iNdEx + skippy) > l { diff --git a/pkg/roachpb/api.pb.go b/pkg/roachpb/api.pb.go index c23d81d14a04..421134b39126 100644 --- a/pkg/roachpb/api.pb.go +++ b/pkg/roachpb/api.pb.go @@ -20790,7 +20790,7 @@ func (m *RequestHeader) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -20994,7 +20994,7 @@ func (m *ResponseHeader) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -21074,7 +21074,7 @@ func (m *GetRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -21220,7 +21220,7 @@ func (m *GetResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -21370,7 +21370,7 @@ func (m *PutRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -21450,7 +21450,7 @@ func (m *PutResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -21664,7 +21664,7 @@ func (m *ConditionalPutRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -21744,7 +21744,7 @@ func (m *ConditionalPutResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -21894,7 +21894,7 @@ func (m *InitPutRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -21974,7 +21974,7 @@ func (m *InitPutResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -22073,7 +22073,7 @@ func (m *IncrementRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -22172,7 +22172,7 @@ func (m *IncrementResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -22252,7 +22252,7 @@ func (m *DeleteRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -22332,7 +22332,7 @@ func (m *DeleteResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -22452,7 +22452,7 @@ func (m *DeleteRangeRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -22561,7 +22561,7 @@ func (m *DeleteRangeResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -22671,7 +22671,7 @@ func (m *ClearRangeRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -22751,7 +22751,7 @@ func (m *ClearRangeResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -22861,7 +22861,7 @@ func (m *RevertRangeRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -22941,7 +22941,7 @@ func (m *RevertRangeResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -23059,7 +23059,7 @@ func (m *ScanRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -23230,7 +23230,7 @@ func (m *ScanResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -23348,7 +23348,7 @@ func (m *ReverseScanRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -23519,7 +23519,7 @@ func (m *ReverseScanResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -23689,7 +23689,7 @@ func (m *CheckConsistencyRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -23800,7 +23800,7 @@ func (m *CheckConsistencyResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -23948,7 +23948,7 @@ func (m *CheckConsistencyResponse_Result) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -24048,7 +24048,7 @@ func (m *RecomputeStatsRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -24158,7 +24158,7 @@ func (m *RecomputeStatsResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -24466,7 +24466,7 @@ func (m *EndTxnRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -24596,7 +24596,7 @@ func (m *EndTxnResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -24737,7 +24737,7 @@ func (m *AdminSplitRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -24817,7 +24817,7 @@ func (m *AdminSplitResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -24897,7 +24897,7 @@ func (m *AdminUnsplitRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -24977,7 +24977,7 @@ func (m *AdminUnsplitResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -25057,7 +25057,7 @@ func (m *AdminMergeRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -25137,7 +25137,7 @@ func (m *AdminMergeResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -25236,7 +25236,7 @@ func (m *AdminTransferLeaseRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -25316,7 +25316,7 @@ func (m *AdminTransferLeaseResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -25415,7 +25415,7 @@ func (m *ReplicationChange) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -25606,7 +25606,7 @@ func (m *AdminChangeReplicasRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -25716,7 +25716,7 @@ func (m *AdminChangeReplicasResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -25827,7 +25827,7 @@ func (m *AdminRelocateRangeRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -25907,7 +25907,7 @@ func (m *AdminRelocateRangeResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -26017,7 +26017,7 @@ func (m *HeartbeatTxnRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -26097,7 +26097,7 @@ func (m *HeartbeatTxnResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -26238,7 +26238,7 @@ func (m *GCRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -26349,7 +26349,7 @@ func (m *GCRequest_GCKey) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -26429,7 +26429,7 @@ func (m *GCResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -26638,7 +26638,7 @@ func (m *PushTxnRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -26748,7 +26748,7 @@ func (m *PushTxnResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -26878,7 +26878,7 @@ func (m *RecoverTxnRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -26988,7 +26988,7 @@ func (m *RecoverTxnResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -27150,7 +27150,7 @@ func (m *QueryTxnRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -27312,7 +27312,7 @@ func (m *QueryTxnResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -27442,7 +27442,7 @@ func (m *QueryIntentRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -27542,7 +27542,7 @@ func (m *QueryIntentResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -27722,7 +27722,7 @@ func (m *ResolveIntentRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -27802,7 +27802,7 @@ func (m *ResolveIntentResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -28012,7 +28012,7 @@ func (m *ResolveIntentRangeRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -28092,7 +28092,7 @@ func (m *ResolveIntentRangeResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -28202,7 +28202,7 @@ func (m *MergeRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -28282,7 +28282,7 @@ func (m *MergeResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -28400,7 +28400,7 @@ func (m *TruncateLogRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -28480,7 +28480,7 @@ func (m *TruncateLogResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -28653,7 +28653,7 @@ func (m *RequestLeaseRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -28793,7 +28793,7 @@ func (m *TransferLeaseRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -28873,7 +28873,7 @@ func (m *LeaseInfoRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -28983,7 +28983,7 @@ func (m *LeaseInfoResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -29063,7 +29063,7 @@ func (m *RequestLeaseResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -29252,7 +29252,7 @@ func (m *ComputeChecksumRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -29362,7 +29362,7 @@ func (m *ComputeChecksumResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -29653,7 +29653,7 @@ func (m *ExternalStorage) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -29751,7 +29751,7 @@ func (m *ExternalStorage_LocalFilePath) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -29830,7 +29830,7 @@ func (m *ExternalStorage_Http) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -30170,7 +30170,7 @@ func (m *ExternalStorage_S3) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -30365,7 +30365,7 @@ func (m *ExternalStorage_GCS) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -30531,7 +30531,7 @@ func (m *ExternalStorage_Azure) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -30764,7 +30764,7 @@ func (m *ExternalStorage_Workload) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -30901,7 +30901,7 @@ func (m *ExternalStorage_FileTable) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -31042,7 +31042,7 @@ func (m *WriteBatchRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -31122,7 +31122,7 @@ func (m *WriteBatchResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -31203,7 +31203,7 @@ func (m *FileEncryptionOptions) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -31528,7 +31528,7 @@ func (m *ExportRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > postIndex { @@ -31597,7 +31597,7 @@ func (m *ExportRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -31783,7 +31783,7 @@ func (m *BulkOpSummary) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > postIndex { @@ -31800,7 +31800,7 @@ func (m *BulkOpSummary) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -31941,7 +31941,7 @@ func (m *ExportResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -32171,7 +32171,7 @@ func (m *ExportResponse_File) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -32406,7 +32406,7 @@ func (m *ImportRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -32546,7 +32546,7 @@ func (m *ImportRequest_File) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -32646,7 +32646,7 @@ func (m *ImportRequest_TableRekey) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -32756,7 +32756,7 @@ func (m *ImportResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -32856,7 +32856,7 @@ func (m *AdminScatterRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -32998,7 +32998,7 @@ func (m *AdminScatterResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -33078,7 +33078,7 @@ func (m *AdminScatterResponse_Range) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -33248,7 +33248,7 @@ func (m *AdminVerifyProtectedTimestampRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -33379,7 +33379,7 @@ func (m *AdminVerifyProtectedTimestampResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -33563,7 +33563,7 @@ func (m *AddSSTableRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -33643,7 +33643,7 @@ func (m *AddSSTableResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -33753,7 +33753,7 @@ func (m *RefreshRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -33833,7 +33833,7 @@ func (m *RefreshResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -33943,7 +33943,7 @@ func (m *RefreshRangeRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -34023,7 +34023,7 @@ func (m *RefreshRangeResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -34163,7 +34163,7 @@ func (m *SubsumeRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -34322,7 +34322,7 @@ func (m *SubsumeResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -34402,7 +34402,7 @@ func (m *RangeStatsRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -34556,7 +34556,7 @@ func (m *RangeStatsResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -36014,7 +36014,7 @@ func (m *RequestUnion) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -37440,7 +37440,7 @@ func (m *ResponseUnion) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -37821,7 +37821,7 @@ func (m *Header) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -37909,7 +37909,7 @@ func (m *ClientRangeInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -38020,7 +38020,7 @@ func (m *BatchRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -38131,7 +38131,7 @@ func (m *BatchResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -38369,7 +38369,7 @@ func (m *BatchResponse_Header) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -38508,7 +38508,7 @@ func (m *RangeLookupRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -38653,7 +38653,7 @@ func (m *RangeLookupResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -38783,7 +38783,7 @@ func (m *RangeFeedRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -38924,7 +38924,7 @@ func (m *RangeFeedValue) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -39034,7 +39034,7 @@ func (m *RangeFeedCheckpoint) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -39114,7 +39114,7 @@ func (m *RangeFeedError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -39263,7 +39263,7 @@ func (m *RangeFeedEvent) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -39342,7 +39342,7 @@ func (m *GossipSubscriptionRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -39513,7 +39513,7 @@ func (m *GossipSubscriptionEvent) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -39596,7 +39596,7 @@ func (m *JoinNodeRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -39748,7 +39748,7 @@ func (m *JoinNodeResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { diff --git a/pkg/roachpb/app_stats.pb.go b/pkg/roachpb/app_stats.pb.go index e3106609cbd7..f32885dbd7bb 100644 --- a/pkg/roachpb/app_stats.pb.go +++ b/pkg/roachpb/app_stats.pb.go @@ -1679,7 +1679,7 @@ func (m *StatementStatistics) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAppStats } if (iNdEx + skippy) > l { @@ -1887,7 +1887,7 @@ func (m *TransactionStatistics) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAppStats } if (iNdEx + skippy) > l { @@ -2026,7 +2026,7 @@ func (m *SensitiveInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAppStats } if (iNdEx + skippy) > l { @@ -2098,7 +2098,7 @@ func (m *NumericStat) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAppStats } if (iNdEx + skippy) > l { @@ -2306,7 +2306,7 @@ func (m *StatementStatisticsKey) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAppStats } if (iNdEx + skippy) > l { @@ -2435,7 +2435,7 @@ func (m *CollectedStatementStatistics) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAppStats } if (iNdEx + skippy) > l { @@ -2617,7 +2617,7 @@ func (m *CollectedTransactionStatistics) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAppStats } if (iNdEx + skippy) > l { @@ -2758,7 +2758,7 @@ func (m *ExplainTreePlanNode) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAppStats } if (iNdEx + skippy) > l { @@ -2866,7 +2866,7 @@ func (m *ExplainTreePlanNode_Attr) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAppStats } if (iNdEx + skippy) > l { @@ -3003,7 +3003,7 @@ func (m *TxnStats) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAppStats } if (iNdEx + skippy) > l { diff --git a/pkg/roachpb/data.pb.go b/pkg/roachpb/data.pb.go index de4f8c1f0cda..7a6206abbcca 100644 --- a/pkg/roachpb/data.pb.go +++ b/pkg/roachpb/data.pb.go @@ -4032,7 +4032,7 @@ func (m *Span) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -4143,7 +4143,7 @@ func (m *Value) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -4254,7 +4254,7 @@ func (m *KeyValue) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -4372,7 +4372,7 @@ func (m *StoreIdent) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -4482,7 +4482,7 @@ func (m *SplitTrigger) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -4652,7 +4652,7 @@ func (m *MergeTrigger) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -4896,7 +4896,7 @@ func (m *ChangeReplicasTrigger) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -4999,7 +4999,7 @@ func (m *ModifiedSpanTrigger) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -5079,7 +5079,7 @@ func (m *StickyBitTrigger) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -5294,7 +5294,7 @@ func (m *InternalCommitTrigger) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -5393,7 +5393,7 @@ func (m *ObservedTimestamp) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -5775,7 +5775,7 @@ func (m *Transaction) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -5997,7 +5997,7 @@ func (m *TransactionRecord) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -6107,7 +6107,7 @@ func (m *Intent) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -6188,7 +6188,7 @@ func (m *Intent_SingleKeySpan) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -6317,7 +6317,7 @@ func (m *LockAcquisition) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -6477,7 +6477,7 @@ func (m *LockUpdate) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -6577,7 +6577,7 @@ func (m *SequencedWrite) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -6824,7 +6824,7 @@ func (m *Lease) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -6954,7 +6954,7 @@ func (m *AbortSpanEntry) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -7124,7 +7124,7 @@ func (m *LeafTxnInputState) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -7274,7 +7274,7 @@ func (m *LeafTxnFinalState) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -7384,7 +7384,7 @@ func (m *RangeInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { diff --git a/pkg/roachpb/errors.pb.go b/pkg/roachpb/errors.pb.go index 17dcdb896619..b530dd1b28b3 100644 --- a/pkg/roachpb/errors.pb.go +++ b/pkg/roachpb/errors.pb.go @@ -6400,7 +6400,7 @@ func (m *NotLeaseHolderError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -6450,7 +6450,7 @@ func (m *NodeUnavailableError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -6500,7 +6500,7 @@ func (m *UnsupportedRequestError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -6588,7 +6588,7 @@ func (m *RangeNotFoundError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -6794,7 +6794,7 @@ func (m *RangeKeyMismatchError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -6968,7 +6968,7 @@ func (m *ReadWithinUncertaintyIntervalError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -7037,7 +7037,7 @@ func (m *TransactionAbortedError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -7117,7 +7117,7 @@ func (m *TransactionPushError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -7215,7 +7215,7 @@ func (m *TransactionRetryError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -7313,7 +7313,7 @@ func (m *TransactionStatusError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -7394,7 +7394,7 @@ func (m *WriteIntentError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -7504,7 +7504,7 @@ func (m *WriteTooOldError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -7554,7 +7554,7 @@ func (m *OpRequiresTxnError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -7637,7 +7637,7 @@ func (m *ConditionFailedError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -7776,7 +7776,7 @@ func (m *LeaseRejectedError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -7888,7 +7888,7 @@ func (m *AmbiguousResultError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -7938,7 +7938,7 @@ func (m *RaftGroupDeletedError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -8037,7 +8037,7 @@ func (m *ReplicaCorruptionError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -8106,7 +8106,7 @@ func (m *ReplicaTooOldError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -8175,7 +8175,7 @@ func (m *StoreNotFoundError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -8255,7 +8255,7 @@ func (m *UnhandledRetryableError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -8394,7 +8394,7 @@ func (m *TransactionRetryWithProtoRefreshError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -8473,7 +8473,7 @@ func (m *TxnAlreadyEncounteredErrorError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -8592,7 +8592,7 @@ func (m *IntegerOverflowError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -8702,7 +8702,7 @@ func (m *BatchTimestampBeforeGCError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -8816,7 +8816,7 @@ func (m *IntentMissingError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -8866,7 +8866,7 @@ func (m *MergeInProgressError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -8935,7 +8935,7 @@ func (m *RangeFeedRetryError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -9015,7 +9015,7 @@ func (m *IndeterminateCommitError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -9961,7 +9961,7 @@ func (m *ErrorDetail) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -10030,7 +10030,7 @@ func (m *ErrPosition) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -10273,7 +10273,7 @@ func (m *Error) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { diff --git a/pkg/roachpb/internal.pb.go b/pkg/roachpb/internal.pb.go index cdfb4f99c6ad..8624d84f0b8c 100644 --- a/pkg/roachpb/internal.pb.go +++ b/pkg/roachpb/internal.pb.go @@ -1216,7 +1216,7 @@ func (m *InternalTimeSeriesData) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthInternal } if (iNdEx + skippy) > l { @@ -1339,7 +1339,7 @@ func (m *InternalTimeSeriesSample) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthInternal } if (iNdEx + skippy) > l { diff --git a/pkg/roachpb/internal_raft.pb.go b/pkg/roachpb/internal_raft.pb.go index eacf6b22b73b..76828cb6b771 100644 --- a/pkg/roachpb/internal_raft.pb.go +++ b/pkg/roachpb/internal_raft.pb.go @@ -558,7 +558,7 @@ func (m *RaftTruncatedState) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthInternalRaft } if (iNdEx + skippy) > l { @@ -627,7 +627,7 @@ func (m *RangeTombstone) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthInternalRaft } if (iNdEx + skippy) > l { @@ -737,7 +737,7 @@ func (m *RaftSnapshotData) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthInternalRaft } if (iNdEx + skippy) > l { @@ -879,7 +879,7 @@ func (m *RaftSnapshotData_KeyValue) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthInternalRaft } if (iNdEx + skippy) > l { diff --git a/pkg/roachpb/io-formats.pb.go b/pkg/roachpb/io-formats.pb.go index f8b0273da6c8..2984075d91e8 100644 --- a/pkg/roachpb/io-formats.pb.go +++ b/pkg/roachpb/io-formats.pb.go @@ -1069,7 +1069,7 @@ func (m *IOFileFormat) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthIoFormats } if (iNdEx + skippy) > l { @@ -1226,7 +1226,7 @@ func (m *CSVOptions) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthIoFormats } if (iNdEx + skippy) > l { @@ -1440,7 +1440,7 @@ func (m *MySQLOutfileOptions) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthIoFormats } if (iNdEx + skippy) > l { @@ -1557,7 +1557,7 @@ func (m *PgCopyOptions) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthIoFormats } if (iNdEx + skippy) > l { @@ -1626,7 +1626,7 @@ func (m *PgDumpOptions) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthIoFormats } if (iNdEx + skippy) > l { @@ -1782,7 +1782,7 @@ func (m *AvroOptions) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthIoFormats } if (iNdEx + skippy) > l { diff --git a/pkg/roachpb/metadata.pb.go b/pkg/roachpb/metadata.pb.go index fc19e3199e25..68fa044b28f0 100644 --- a/pkg/roachpb/metadata.pb.go +++ b/pkg/roachpb/metadata.pb.go @@ -1895,7 +1895,7 @@ func (m *Attributes) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMetadata } if (iNdEx + skippy) > l { @@ -1983,7 +1983,7 @@ func (m *ReplicationTarget) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMetadata } if (iNdEx + skippy) > l { @@ -2110,7 +2110,7 @@ func (m *ReplicaDescriptor) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMetadata } if (iNdEx + skippy) > l { @@ -2209,7 +2209,7 @@ func (m *ReplicaIdent) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMetadata } if (iNdEx + skippy) > l { @@ -2463,7 +2463,7 @@ func (m *RangeDescriptor) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMetadata } if (iNdEx + skippy) > l { @@ -2579,7 +2579,7 @@ func (m *Percentiles) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMetadata } if (iNdEx + skippy) > l { @@ -2825,7 +2825,7 @@ func (m *StoreCapacity) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMetadata } if (iNdEx + skippy) > l { @@ -3152,7 +3152,7 @@ func (m *NodeDescriptor) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMetadata } if (iNdEx + skippy) > l { @@ -3262,7 +3262,7 @@ func (m *LocalityAddress) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMetadata } if (iNdEx + skippy) > l { @@ -3421,7 +3421,7 @@ func (m *StoreDescriptor) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMetadata } if (iNdEx + skippy) > l { @@ -3521,7 +3521,7 @@ func (m *StoreDeadReplicas) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMetadata } if (iNdEx + skippy) > l { @@ -3602,7 +3602,7 @@ func (m *Locality) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMetadata } if (iNdEx + skippy) > l { @@ -3710,7 +3710,7 @@ func (m *Tier) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMetadata } if (iNdEx + skippy) > l { @@ -3836,7 +3836,7 @@ func (m *Version) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMetadata } if (iNdEx + skippy) > l { diff --git a/pkg/rpc/heartbeat.pb.go b/pkg/rpc/heartbeat.pb.go index 44f6468102da..9aa5cd6d6071 100644 --- a/pkg/rpc/heartbeat.pb.go +++ b/pkg/rpc/heartbeat.pb.go @@ -632,7 +632,7 @@ func (m *RemoteOffset) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthHeartbeat } if (iNdEx + skippy) > l { @@ -870,7 +870,7 @@ func (m *PingRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthHeartbeat } if (iNdEx + skippy) > l { @@ -1047,7 +1047,7 @@ func (m *PingResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthHeartbeat } if (iNdEx + skippy) > l { diff --git a/pkg/server/diagnosticspb/diagnostics.pb.go b/pkg/server/diagnosticspb/diagnostics.pb.go index f9f1383d113a..2c43816efffa 100644 --- a/pkg/server/diagnosticspb/diagnostics.pb.go +++ b/pkg/server/diagnosticspb/diagnostics.pb.go @@ -1662,7 +1662,7 @@ func (m *DiagnosticReport) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthDiagnostics } if (iNdEx + skippy) > postIndex { @@ -1780,7 +1780,7 @@ func (m *DiagnosticReport) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthDiagnostics } if (iNdEx + skippy) > postIndex { @@ -1887,7 +1887,7 @@ func (m *DiagnosticReport) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthDiagnostics } if (iNdEx + skippy) > postIndex { @@ -1999,7 +1999,7 @@ func (m *DiagnosticReport) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthDiagnostics } if (iNdEx + skippy) > postIndex { @@ -2106,7 +2106,7 @@ func (m *DiagnosticReport) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthDiagnostics } if (iNdEx + skippy) > postIndex { @@ -2183,7 +2183,7 @@ func (m *DiagnosticReport) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthDiagnostics } if (iNdEx + skippy) > l { @@ -2507,7 +2507,7 @@ func (m *NodeInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthDiagnostics } if (iNdEx + skippy) > l { @@ -2728,7 +2728,7 @@ func (m *StoreInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthDiagnostics } if (iNdEx + skippy) > l { @@ -2816,7 +2816,7 @@ func (m *SQLInstanceInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthDiagnostics } if (iNdEx + skippy) > l { @@ -3045,7 +3045,7 @@ func (m *Environment) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthDiagnostics } if (iNdEx + skippy) > l { @@ -3221,7 +3221,7 @@ func (m *CPUInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthDiagnostics } if (iNdEx + skippy) > l { @@ -3429,7 +3429,7 @@ func (m *HardwareInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthDiagnostics } if (iNdEx + skippy) > l { @@ -3566,7 +3566,7 @@ func (m *OSInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthDiagnostics } if (iNdEx + skippy) > l { @@ -3654,7 +3654,7 @@ func (m *MemInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthDiagnostics } if (iNdEx + skippy) > l { @@ -3762,7 +3762,7 @@ func (m *TopologyInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthDiagnostics } if (iNdEx + skippy) > l { diff --git a/pkg/server/serverpb/admin.pb.go b/pkg/server/serverpb/admin.pb.go index 7798b2e6df24..1aa8b9cd0371 100644 --- a/pkg/server/serverpb/admin.pb.go +++ b/pkg/server/serverpb/admin.pb.go @@ -7528,7 +7528,7 @@ func (m *DatabasesRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -7607,7 +7607,7 @@ func (m *DatabasesResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -7686,7 +7686,7 @@ func (m *DatabaseDetailsRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -7864,7 +7864,7 @@ func (m *DatabaseDetailsResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -7972,7 +7972,7 @@ func (m *DatabaseDetailsResponse_Grant) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -8080,7 +8080,7 @@ func (m *TableDetailsRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -8339,7 +8339,7 @@ func (m *TableDetailsResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -8447,7 +8447,7 @@ func (m *TableDetailsResponse_Grant) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -8653,7 +8653,7 @@ func (m *TableDetailsResponse_Column) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -8869,7 +8869,7 @@ func (m *TableDetailsResponse_Index) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -8977,7 +8977,7 @@ func (m *TableStatsRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -9164,7 +9164,7 @@ func (m *TableStatsResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -9272,7 +9272,7 @@ func (m *TableStatsResponse_MissingNode) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -9322,7 +9322,7 @@ func (m *NonTableStatsRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -9438,7 +9438,7 @@ func (m *NonTableStatsResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -9488,7 +9488,7 @@ func (m *UsersRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -9569,7 +9569,7 @@ func (m *UsersResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -9648,7 +9648,7 @@ func (m *UsersResponse_User) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -9785,7 +9785,7 @@ func (m *EventsRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -9866,7 +9866,7 @@ func (m *EventsResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -10073,7 +10073,7 @@ func (m *EventsResponse_Event) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -10225,7 +10225,7 @@ func (m *SetUIDataRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > postIndex { @@ -10242,7 +10242,7 @@ func (m *SetUIDataRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -10292,7 +10292,7 @@ func (m *SetUIDataResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -10371,7 +10371,7 @@ func (m *GetUIDataRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -10527,7 +10527,7 @@ func (m *GetUIDataResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > postIndex { @@ -10544,7 +10544,7 @@ func (m *GetUIDataResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -10655,7 +10655,7 @@ func (m *GetUIDataResponse_Value) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -10705,7 +10705,7 @@ func (m *ClusterRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -10824,7 +10824,7 @@ func (m *ClusterResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -10987,7 +10987,7 @@ func (m *DrainRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -11178,7 +11178,7 @@ func (m *DrainResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -11301,7 +11301,7 @@ func (m *DecommissionStatusRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -11443,7 +11443,7 @@ func (m *DecommissionRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -11524,7 +11524,7 @@ func (m *DecommissionStatusResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -11671,7 +11671,7 @@ func (m *DecommissionStatusResponse_Status) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -11770,7 +11770,7 @@ func (m *SettingsRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -11926,7 +11926,7 @@ func (m *SettingsResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > postIndex { @@ -11943,7 +11943,7 @@ func (m *SettingsResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -12100,7 +12100,7 @@ func (m *SettingsResponse_Value) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -12170,7 +12170,7 @@ func (m *HealthRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -12220,7 +12220,7 @@ func (m *HealthResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -12270,7 +12270,7 @@ func (m *LivenessRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -12430,7 +12430,7 @@ func (m *LivenessResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > postIndex { @@ -12447,7 +12447,7 @@ func (m *LivenessResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -12564,7 +12564,7 @@ func (m *JobsRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -12645,7 +12645,7 @@ func (m *JobsResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -13195,7 +13195,7 @@ func (m *JobsResponse_Job) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -13245,7 +13245,7 @@ func (m *LocationsRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -13326,7 +13326,7 @@ func (m *LocationsResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -13456,7 +13456,7 @@ func (m *LocationsResponse_Location) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -13544,7 +13544,7 @@ func (m *RangeLogRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -13625,7 +13625,7 @@ func (m *RangeLogResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -13849,7 +13849,7 @@ func (m *RangeLogResponse_PrettyInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -13959,7 +13959,7 @@ func (m *RangeLogResponse_Event) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -14038,7 +14038,7 @@ func (m *QueryPlanRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -14117,7 +14117,7 @@ func (m *QueryPlanResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -14167,7 +14167,7 @@ func (m *DataDistributionRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -14323,7 +14323,7 @@ func (m *DataDistributionResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > postIndex { @@ -14446,7 +14446,7 @@ func (m *DataDistributionResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > postIndex { @@ -14463,7 +14463,7 @@ func (m *DataDistributionResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -14601,7 +14601,7 @@ func (m *DataDistributionResponse_ZoneConfig) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -14730,7 +14730,7 @@ func (m *DataDistributionResponse_TableInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > postIndex { @@ -14799,7 +14799,7 @@ func (m *DataDistributionResponse_TableInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -14955,7 +14955,7 @@ func (m *DataDistributionResponse_DatabaseInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > postIndex { @@ -14972,7 +14972,7 @@ func (m *DataDistributionResponse_DatabaseInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -15022,7 +15022,7 @@ func (m *MetricMetadataRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -15178,7 +15178,7 @@ func (m *MetricMetadataResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > postIndex { @@ -15195,7 +15195,7 @@ func (m *MetricMetadataResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -15332,7 +15332,7 @@ func (m *EnqueueRangeRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -15413,7 +15413,7 @@ func (m *EnqueueRangeResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -15542,7 +15542,7 @@ func (m *EnqueueRangeResponse_Details) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -15592,7 +15592,7 @@ func (m *ChartCatalogRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { @@ -15673,7 +15673,7 @@ func (m *ChartCatalogResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAdmin } if (iNdEx + skippy) > l { diff --git a/pkg/server/serverpb/authentication.pb.go b/pkg/server/serverpb/authentication.pb.go index bdde01f2ed9b..5e5b30a705fb 100644 --- a/pkg/server/serverpb/authentication.pb.go +++ b/pkg/server/serverpb/authentication.pb.go @@ -725,7 +725,7 @@ func (m *UserLoginRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAuthentication } if (iNdEx + skippy) > l { @@ -775,7 +775,7 @@ func (m *UserLoginResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAuthentication } if (iNdEx + skippy) > l { @@ -825,7 +825,7 @@ func (m *UserLogoutRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAuthentication } if (iNdEx + skippy) > l { @@ -875,7 +875,7 @@ func (m *UserLogoutResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAuthentication } if (iNdEx + skippy) > l { @@ -975,7 +975,7 @@ func (m *SessionCookie) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAuthentication } if (iNdEx + skippy) > l { @@ -1087,7 +1087,7 @@ func (m *OIDCState) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthAuthentication } if (iNdEx + skippy) > l { diff --git a/pkg/server/serverpb/init.pb.go b/pkg/server/serverpb/init.pb.go index 55021d9024fa..4bedaf3632d7 100644 --- a/pkg/server/serverpb/init.pb.go +++ b/pkg/server/serverpb/init.pb.go @@ -285,7 +285,7 @@ func (m *BootstrapRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthInit } if (iNdEx + skippy) > l { @@ -335,7 +335,7 @@ func (m *BootstrapResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthInit } if (iNdEx + skippy) > l { diff --git a/pkg/server/serverpb/status.pb.go b/pkg/server/serverpb/status.pb.go index 4288d6ed6215..15cfb3a3484f 100644 --- a/pkg/server/serverpb/status.pb.go +++ b/pkg/server/serverpb/status.pb.go @@ -10421,7 +10421,7 @@ func (m *CertificatesRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -10581,7 +10581,7 @@ func (m *CertificateDetails) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -10872,7 +10872,7 @@ func (m *CertificateDetails_Fields) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -10953,7 +10953,7 @@ func (m *CertificatesResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -11032,7 +11032,7 @@ func (m *DetailsRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -11140,7 +11140,7 @@ func (m *SystemInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -11329,7 +11329,7 @@ func (m *DetailsResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -11379,7 +11379,7 @@ func (m *NodesRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -11539,7 +11539,7 @@ func (m *NodesResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > postIndex { @@ -11556,7 +11556,7 @@ func (m *NodesResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -11635,7 +11635,7 @@ func (m *NodeRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -11896,7 +11896,7 @@ func (m *RaftState) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > postIndex { @@ -11932,7 +11932,7 @@ func (m *RaftState) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -12088,7 +12088,7 @@ func (m *RaftState_Progress) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -12298,7 +12298,7 @@ func (m *RangeProblems) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -12370,7 +12370,7 @@ func (m *RangeStatistics) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -12478,7 +12478,7 @@ func (m *PrettySpan) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -12906,7 +12906,7 @@ func (m *RangeInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -13058,7 +13058,7 @@ func (m *RangesRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -13139,7 +13139,7 @@ func (m *RangesResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -13218,7 +13218,7 @@ func (m *GossipRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -13339,7 +13339,7 @@ func (m *EngineStatsInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -13418,7 +13418,7 @@ func (m *EngineStatsRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -13499,7 +13499,7 @@ func (m *EngineStatsResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -13608,7 +13608,7 @@ func (m *TraceEvent) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -13708,7 +13708,7 @@ func (m *AllocatorDryRun) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -13777,7 +13777,7 @@ func (m *AllocatorRangeRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -13879,7 +13879,7 @@ func (m *AllocatorRangeResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -14031,7 +14031,7 @@ func (m *AllocatorRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -14112,7 +14112,7 @@ func (m *AllocatorResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -14193,7 +14193,7 @@ func (m *JSONResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -14349,7 +14349,7 @@ func (m *ResponseError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -14613,7 +14613,7 @@ func (m *LogsRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -14694,7 +14694,7 @@ func (m *LogEntriesResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -14773,7 +14773,7 @@ func (m *LogFilesListRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -14854,7 +14854,7 @@ func (m *LogFilesListResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -15002,7 +15002,7 @@ func (m *LogFileRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -15100,7 +15100,7 @@ func (m *StacksRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -15229,7 +15229,7 @@ func (m *File) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -15376,7 +15376,7 @@ func (m *GetFilesRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -15457,7 +15457,7 @@ func (m *GetFilesResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -15574,7 +15574,7 @@ func (m *ProfileRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -15653,7 +15653,7 @@ func (m *MetricsRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -15752,7 +15752,7 @@ func (m *RaftRangeNode) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -15831,7 +15831,7 @@ func (m *RaftRangeError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -15962,7 +15962,7 @@ func (m *RaftRangeStatus) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -16085,7 +16085,7 @@ func (m *RaftDebugRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -16230,7 +16230,7 @@ func (m *RaftDebugResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > postIndex { @@ -16278,7 +16278,7 @@ func (m *RaftDebugResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -16631,7 +16631,7 @@ func (m *TxnInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -16878,7 +16878,7 @@ func (m *ActiveQuery) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -16957,7 +16957,7 @@ func (m *ListSessionsRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -17334,7 +17334,7 @@ func (m *Session) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -17432,7 +17432,7 @@ func (m *ListSessionsError) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -17544,7 +17544,7 @@ func (m *ListSessionsResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -17681,7 +17681,7 @@ func (m *CancelQueryRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -17780,7 +17780,7 @@ func (m *CancelQueryResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -17919,7 +17919,7 @@ func (m *CancelSessionRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -18018,7 +18018,7 @@ func (m *CancelSessionResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -18159,7 +18159,7 @@ func (m *SpanStatsRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -18277,7 +18277,7 @@ func (m *SpanStatsResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -18356,7 +18356,7 @@ func (m *ProblemRangesRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -18520,7 +18520,7 @@ func (m *ProblemRangesResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > postIndex { @@ -18537,7 +18537,7 @@ func (m *ProblemRangesResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -19200,7 +19200,7 @@ func (m *ProblemRangesResponse_NodeProblems) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -19279,7 +19279,7 @@ func (m *HotRangesRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -19443,7 +19443,7 @@ func (m *HotRangesResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > postIndex { @@ -19460,7 +19460,7 @@ func (m *HotRangesResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -19551,7 +19551,7 @@ func (m *HotRangesResponse_HotRange) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -19651,7 +19651,7 @@ func (m *HotRangesResponse_StoreResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -19761,7 +19761,7 @@ func (m *HotRangesResponse_NodeResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -19830,7 +19830,7 @@ func (m *RangeRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -20013,7 +20013,7 @@ func (m *RangeResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > postIndex { @@ -20030,7 +20030,7 @@ func (m *RangeResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -20160,7 +20160,7 @@ func (m *RangeResponse_NodeResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -20239,7 +20239,7 @@ func (m *DiagnosticsRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -20318,7 +20318,7 @@ func (m *StoresRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -20494,7 +20494,7 @@ func (m *StoreDetails) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -20575,7 +20575,7 @@ func (m *StoresResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -20654,7 +20654,7 @@ func (m *StatementsRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -20825,7 +20825,7 @@ func (m *StatementsResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -20924,7 +20924,7 @@ func (m *StatementsResponse_ExtendedStatementStatisticsKey) Unmarshal(dAtA []byt if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -21053,7 +21053,7 @@ func (m *StatementsResponse_CollectedStatementStatistics) Unmarshal(dAtA []byte) if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -21152,7 +21152,7 @@ func (m *StatementsResponse_ExtendedCollectedTransactionStatistics) Unmarshal(dA if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -21319,7 +21319,7 @@ func (m *StatementDiagnosticsReport) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -21398,7 +21398,7 @@ func (m *CreateStatementDiagnosticsReportRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -21481,7 +21481,7 @@ func (m *CreateStatementDiagnosticsReportResponse) Unmarshal(dAtA []byte) error if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -21531,7 +21531,7 @@ func (m *StatementDiagnosticsReportsRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -21612,7 +21612,7 @@ func (m *StatementDiagnosticsReportsResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -21769,7 +21769,7 @@ func (m *StatementDiagnostics) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -21838,7 +21838,7 @@ func (m *StatementDiagnosticsRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -21921,7 +21921,7 @@ func (m *StatementDiagnosticsResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -22000,7 +22000,7 @@ func (m *JobRegistryStatusRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -22100,7 +22100,7 @@ func (m *JobRegistryStatusResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -22169,7 +22169,7 @@ func (m *JobRegistryStatusResponse_Job) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -22238,7 +22238,7 @@ func (m *JobStatusRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -22321,7 +22321,7 @@ func (m *JobStatusResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { diff --git a/pkg/server/status/statuspb/status.pb.go b/pkg/server/status/statuspb/status.pb.go index 784340b70032..bcf7205c23e6 100644 --- a/pkg/server/status/statuspb/status.pb.go +++ b/pkg/server/status/statuspb/status.pb.go @@ -892,7 +892,7 @@ func (m *StoreStatus) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > postIndex { @@ -909,7 +909,7 @@ func (m *StoreStatus) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -1140,7 +1140,7 @@ func (m *NodeStatus) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > postIndex { @@ -1325,7 +1325,7 @@ func (m *NodeStatus) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > postIndex { @@ -1437,7 +1437,7 @@ func (m *NodeStatus) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > postIndex { @@ -1492,7 +1492,7 @@ func (m *NodeStatus) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -1599,7 +1599,7 @@ func (m *NodeStatus_NetworkActivity) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -1727,7 +1727,7 @@ func (m *HealthAlert) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { @@ -1808,7 +1808,7 @@ func (m *HealthCheckResult) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStatus } if (iNdEx + skippy) > l { diff --git a/pkg/sql/catalog/descpb/privilege.pb.go b/pkg/sql/catalog/descpb/privilege.pb.go index 6a5cb982497b..5291afae068c 100644 --- a/pkg/sql/catalog/descpb/privilege.pb.go +++ b/pkg/sql/catalog/descpb/privilege.pb.go @@ -356,7 +356,7 @@ func (m *UserPrivileges) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthPrivilege } if (iNdEx + skippy) > l { @@ -485,7 +485,7 @@ func (m *PrivilegeDescriptor) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthPrivilege } if (iNdEx + skippy) > l { diff --git a/pkg/sql/catalog/descpb/structured.pb.go b/pkg/sql/catalog/descpb/structured.pb.go index e4aa0b01f1f3..1c3ac904240e 100644 --- a/pkg/sql/catalog/descpb/structured.pb.go +++ b/pkg/sql/catalog/descpb/structured.pb.go @@ -8207,7 +8207,7 @@ func (m *ForeignKeyReference) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -8546,7 +8546,7 @@ func (m *ForeignKeyConstraint) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -8981,7 +8981,7 @@ func (m *ColumnDescriptor) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -9200,7 +9200,7 @@ func (m *ColumnFamilyDescriptor) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -9281,7 +9281,7 @@ func (m *InterleaveDescriptor) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -9388,7 +9388,7 @@ func (m *InterleaveDescriptor_Ancestor) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -9535,7 +9535,7 @@ func (m *ShardedDescriptor) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -9666,7 +9666,7 @@ func (m *PartitioningDescriptor) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -9804,7 +9804,7 @@ func (m *PartitioningDescriptor_List) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -9945,7 +9945,7 @@ func (m *PartitioningDescriptor_Range) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -10817,7 +10817,7 @@ func (m *IndexDescriptor) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -10997,7 +10997,7 @@ func (m *ConstraintToUpdate) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -11237,7 +11237,7 @@ func (m *PrimaryKeySwap) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -11354,7 +11354,7 @@ func (m *ComputedColumnSwap) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -11515,7 +11515,7 @@ func (m *MaterializedViewRefresh) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -11834,7 +11834,7 @@ func (m *DescriptorMutation) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -11951,7 +11951,7 @@ func (m *NameInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -13037,7 +13037,7 @@ func (m *TableDescriptor) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -13125,7 +13125,7 @@ func (m *TableDescriptor_SchemaChangeLease) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -13365,7 +13365,7 @@ func (m *TableDescriptor_CheckConstraint) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -13526,7 +13526,7 @@ func (m *TableDescriptor_Reference) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -13614,7 +13614,7 @@ func (m *TableDescriptor_MutationJob) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -13790,7 +13790,7 @@ func (m *TableDescriptor_SequenceOpts) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -13878,7 +13878,7 @@ func (m *TableDescriptor_SequenceOpts_SequenceOwner) Unmarshal(dAtA []byte) erro if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -13977,7 +13977,7 @@ func (m *TableDescriptor_Replacement) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -14084,7 +14084,7 @@ func (m *TableDescriptor_GCDescriptorMutation) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -14401,7 +14401,7 @@ func (m *DatabaseDescriptor) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > postIndex { @@ -14466,7 +14466,7 @@ func (m *DatabaseDescriptor) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -14555,7 +14555,7 @@ func (m *DatabaseDescriptor_SchemaInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -15027,7 +15027,7 @@ func (m *TypeDescriptor) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -15156,7 +15156,7 @@ func (m *TypeDescriptor_EnumMember) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -15434,7 +15434,7 @@ func (m *SchemaDescriptor) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { @@ -15612,7 +15612,7 @@ func (m *Descriptor) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStructured } if (iNdEx + skippy) > l { diff --git a/pkg/sql/catalog/descpb/tenant.pb.go b/pkg/sql/catalog/descpb/tenant.pb.go index 8ecb7be1d0c9..783834b29091 100644 --- a/pkg/sql/catalog/descpb/tenant.pb.go +++ b/pkg/sql/catalog/descpb/tenant.pb.go @@ -262,7 +262,7 @@ func (m *TenantInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthTenant } if (iNdEx + skippy) > l { diff --git a/pkg/sql/colexec/execpb/stats.pb.go b/pkg/sql/colexec/execpb/stats.pb.go index 367bf00df5b8..7303a956f2d4 100644 --- a/pkg/sql/colexec/execpb/stats.pb.go +++ b/pkg/sql/colexec/execpb/stats.pb.go @@ -425,7 +425,7 @@ func (m *VectorizedStats) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStats } if (iNdEx + skippy) > l { diff --git a/pkg/sql/execinfrapb/api.pb.go b/pkg/sql/execinfrapb/api.pb.go index e6a4e7fa38be..cc9fcfc05b51 100644 --- a/pkg/sql/execinfrapb/api.pb.go +++ b/pkg/sql/execinfrapb/api.pb.go @@ -1423,7 +1423,7 @@ func (m *SetupFlowRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -1553,7 +1553,7 @@ func (m *FlowSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -1902,7 +1902,7 @@ func (m *EvalContext) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -2003,7 +2003,7 @@ func (m *SequenceState) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -2091,7 +2091,7 @@ func (m *SequenceState_Seq) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -2174,7 +2174,7 @@ func (m *SimpleResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -2323,7 +2323,7 @@ func (m *ConsumerSignal) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -2373,7 +2373,7 @@ func (m *DrainRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { @@ -2514,7 +2514,7 @@ func (m *ConsumerHandshake) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthApi } if (iNdEx + skippy) > l { diff --git a/pkg/sql/execinfrapb/data.pb.go b/pkg/sql/execinfrapb/data.pb.go index 8d94b9b2366c..56060c9569bb 100644 --- a/pkg/sql/execinfrapb/data.pb.go +++ b/pkg/sql/execinfrapb/data.pb.go @@ -2926,7 +2926,7 @@ func (m *Error) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -3034,7 +3034,7 @@ func (m *Expression) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -3115,7 +3115,7 @@ func (m *Ordering) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -3203,7 +3203,7 @@ func (m *Ordering_Column) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -3310,7 +3310,7 @@ func (m *StreamEndpointSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -3471,7 +3471,7 @@ func (m *InputSyncSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -3694,7 +3694,7 @@ func (m *OutputRouterSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -3826,7 +3826,7 @@ func (m *OutputRouterSpec_RangeRouterSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -3914,7 +3914,7 @@ func (m *OutputRouterSpec_RangeRouterSpec_ColumnEncoding) Unmarshal(dAtA []byte) if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -4045,7 +4045,7 @@ func (m *OutputRouterSpec_RangeRouterSpec_Span) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -4147,7 +4147,7 @@ func (m *DatumInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -4246,7 +4246,7 @@ func (m *ProducerHeader) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -4377,7 +4377,7 @@ func (m *ProducerData) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -4521,7 +4521,7 @@ func (m *ProducerMessage) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -4827,7 +4827,7 @@ func (m *RemoteProducerMetadata) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -4908,7 +4908,7 @@ func (m *RemoteProducerMetadata_RangeInfos) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -4989,7 +4989,7 @@ func (m *RemoteProducerMetadata_TraceData) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -5107,7 +5107,7 @@ func (m *RemoteProducerMetadata_RowNum) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -5196,7 +5196,7 @@ func (m *RemoteProducerMetadata_SamplerProgress) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -5349,7 +5349,7 @@ func (m *RemoteProducerMetadata_BulkProcessorProgress) Unmarshal(dAtA []byte) er if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > postIndex { @@ -5445,7 +5445,7 @@ func (m *RemoteProducerMetadata_BulkProcessorProgress) Unmarshal(dAtA []byte) er if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > postIndex { @@ -5492,7 +5492,7 @@ func (m *RemoteProducerMetadata_BulkProcessorProgress) Unmarshal(dAtA []byte) er if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -5580,7 +5580,7 @@ func (m *RemoteProducerMetadata_Metrics) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -5668,7 +5668,7 @@ func (m *DistSQLVersionGossipInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { @@ -5738,7 +5738,7 @@ func (m *DistSQLDrainingInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthData } if (iNdEx + skippy) > l { diff --git a/pkg/sql/execinfrapb/processors.pb.go b/pkg/sql/execinfrapb/processors.pb.go index 2144b020b6cd..08fe6f11d4a9 100644 --- a/pkg/sql/execinfrapb/processors.pb.go +++ b/pkg/sql/execinfrapb/processors.pb.go @@ -1421,7 +1421,7 @@ func (m *ProcessorSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessors } if (iNdEx + skippy) > l { @@ -2461,7 +2461,7 @@ func (m *ProcessorCoreUnion) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessors } if (iNdEx + skippy) > l { @@ -2511,7 +2511,7 @@ func (m *NoopCoreSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessors } if (iNdEx + skippy) > l { @@ -2631,7 +2631,7 @@ func (m *LocalPlanNodeSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessors } if (iNdEx + skippy) > l { @@ -2710,7 +2710,7 @@ func (m *MetadataTestSenderSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessors } if (iNdEx + skippy) > l { @@ -2789,7 +2789,7 @@ func (m *MetadataTestReceiverSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessors } if (iNdEx + skippy) > l { diff --git a/pkg/sql/execinfrapb/processors_base.pb.go b/pkg/sql/execinfrapb/processors_base.pb.go index fa88bade0a13..dc6b553cf0c0 100644 --- a/pkg/sql/execinfrapb/processors_base.pb.go +++ b/pkg/sql/execinfrapb/processors_base.pb.go @@ -593,7 +593,7 @@ func (m *PostProcessSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsBase } if (iNdEx + skippy) > l { @@ -716,7 +716,7 @@ func (m *Columns) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsBase } if (iNdEx + skippy) > l { @@ -796,7 +796,7 @@ func (m *TableReaderSpan) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsBase } if (iNdEx + skippy) > l { diff --git a/pkg/sql/execinfrapb/processors_bulk_io.pb.go b/pkg/sql/execinfrapb/processors_bulk_io.pb.go index 18b2e790fe1d..7a59545d517c 100644 --- a/pkg/sql/execinfrapb/processors_bulk_io.pb.go +++ b/pkg/sql/execinfrapb/processors_bulk_io.pb.go @@ -1706,7 +1706,7 @@ func (m *BackfillerSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsBulkIo } if (iNdEx + skippy) > l { @@ -1805,7 +1805,7 @@ func (m *JobProgress) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsBulkIo } if (iNdEx + skippy) > l { @@ -1994,7 +1994,7 @@ func (m *ReadImportDataSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsBulkIo } if (iNdEx + skippy) > postIndex { @@ -2147,7 +2147,7 @@ func (m *ReadImportDataSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsBulkIo } if (iNdEx + skippy) > postIndex { @@ -2301,7 +2301,7 @@ func (m *ReadImportDataSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsBulkIo } if (iNdEx + skippy) > postIndex { @@ -2347,7 +2347,7 @@ func (m *ReadImportDataSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsBulkIo } if (iNdEx + skippy) > l { @@ -2459,7 +2459,7 @@ func (m *ReadImportDataSpec_ImportTable) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsBulkIo } if (iNdEx + skippy) > l { @@ -2701,7 +2701,7 @@ func (m *BackupDataSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsBulkIo } if (iNdEx + skippy) > postIndex { @@ -2911,7 +2911,7 @@ func (m *BackupDataSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsBulkIo } if (iNdEx + skippy) > postIndex { @@ -2957,7 +2957,7 @@ func (m *BackupDataSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsBulkIo } if (iNdEx + skippy) > l { @@ -3087,7 +3087,7 @@ func (m *RestoreSpanEntry) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsBulkIo } if (iNdEx + skippy) > l { @@ -3312,7 +3312,7 @@ func (m *RestoreDataSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsBulkIo } if (iNdEx + skippy) > postIndex { @@ -3329,7 +3329,7 @@ func (m *RestoreDataSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsBulkIo } if (iNdEx + skippy) > l { @@ -3441,7 +3441,7 @@ func (m *SplitAndScatterSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsBulkIo } if (iNdEx + skippy) > l { @@ -3522,7 +3522,7 @@ func (m *SplitAndScatterSpec_RestoreEntryChunk) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsBulkIo } if (iNdEx + skippy) > l { @@ -3727,7 +3727,7 @@ func (m *CSVWriterSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsBulkIo } if (iNdEx + skippy) > l { @@ -3807,7 +3807,7 @@ func (m *BulkRowWriterSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsBulkIo } if (iNdEx + skippy) > l { diff --git a/pkg/sql/execinfrapb/processors_changefeeds.pb.go b/pkg/sql/execinfrapb/processors_changefeeds.pb.go index f3f75f8e34e7..2c72723e5131 100644 --- a/pkg/sql/execinfrapb/processors_changefeeds.pb.go +++ b/pkg/sql/execinfrapb/processors_changefeeds.pb.go @@ -474,7 +474,7 @@ func (m *ChangeAggregatorSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsChangefeeds } if (iNdEx + skippy) > l { @@ -584,7 +584,7 @@ func (m *ChangeAggregatorSpec_Watch) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsChangefeeds } if (iNdEx + skippy) > l { @@ -743,7 +743,7 @@ func (m *ChangeFrontierSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsChangefeeds } if (iNdEx + skippy) > l { diff --git a/pkg/sql/execinfrapb/processors_sql.pb.go b/pkg/sql/execinfrapb/processors_sql.pb.go index 2ca1ac1420ee..d7fce17d95aa 100644 --- a/pkg/sql/execinfrapb/processors_sql.pb.go +++ b/pkg/sql/execinfrapb/processors_sql.pb.go @@ -3652,7 +3652,7 @@ func (m *ValuesCoreSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsSql } if (iNdEx + skippy) > l { @@ -3957,7 +3957,7 @@ func (m *TableReaderSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsSql } if (iNdEx + skippy) > l { @@ -4164,7 +4164,7 @@ func (m *IndexSkipTableReaderSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsSql } if (iNdEx + skippy) > l { @@ -4502,7 +4502,7 @@ func (m *JoinReaderSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsSql } if (iNdEx + skippy) > l { @@ -4601,7 +4601,7 @@ func (m *SorterSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsSql } if (iNdEx + skippy) > l { @@ -4846,7 +4846,7 @@ func (m *DistinctSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsSql } if (iNdEx + skippy) > l { @@ -4896,7 +4896,7 @@ func (m *OrdinalitySpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsSql } if (iNdEx + skippy) > l { @@ -5161,7 +5161,7 @@ func (m *ZigzagJoinerSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsSql } if (iNdEx + skippy) > l { @@ -5380,7 +5380,7 @@ func (m *MergeJoinerSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsSql } if (iNdEx + skippy) > l { @@ -5685,7 +5685,7 @@ func (m *HashJoinerSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsSql } if (iNdEx + skippy) > l { @@ -5883,7 +5883,7 @@ func (m *InvertedJoinerSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsSql } if (iNdEx + skippy) > l { @@ -5982,7 +5982,7 @@ func (m *InvertedFiltererSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsSql } if (iNdEx + skippy) > l { @@ -6228,7 +6228,7 @@ func (m *AggregatorSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsSql } if (iNdEx + skippy) > l { @@ -6441,7 +6441,7 @@ func (m *AggregatorSpec_Aggregation) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsSql } if (iNdEx + skippy) > l { @@ -6648,7 +6648,7 @@ func (m *InterleavedReaderJoinerSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsSql } if (iNdEx + skippy) > l { @@ -6838,7 +6838,7 @@ func (m *InterleavedReaderJoinerSpec_Table) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsSql } if (iNdEx + skippy) > l { @@ -7023,7 +7023,7 @@ func (m *ProjectSetSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsSql } if (iNdEx + skippy) > l { @@ -7177,7 +7177,7 @@ func (m *WindowerSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsSql } if (iNdEx + skippy) > l { @@ -7267,7 +7267,7 @@ func (m *WindowerSpec_Func) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsSql } if (iNdEx + skippy) > l { @@ -7385,7 +7385,7 @@ func (m *WindowerSpec_Frame) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsSql } if (iNdEx + skippy) > l { @@ -7534,7 +7534,7 @@ func (m *WindowerSpec_Frame_Bound) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsSql } if (iNdEx + skippy) > l { @@ -7647,7 +7647,7 @@ func (m *WindowerSpec_Frame_Bounds) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsSql } if (iNdEx + skippy) > l { @@ -7901,7 +7901,7 @@ func (m *WindowerSpec_WindowFn) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsSql } if (iNdEx + skippy) > l { diff --git a/pkg/sql/execinfrapb/processors_table_stats.pb.go b/pkg/sql/execinfrapb/processors_table_stats.pb.go index 89d7fb3d6325..cfdb46721e24 100644 --- a/pkg/sql/execinfrapb/processors_table_stats.pb.go +++ b/pkg/sql/execinfrapb/processors_table_stats.pb.go @@ -763,7 +763,7 @@ func (m *SketchSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsTableStats } if (iNdEx + skippy) > l { @@ -905,7 +905,7 @@ func (m *SamplerSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsTableStats } if (iNdEx + skippy) > l { @@ -1166,7 +1166,7 @@ func (m *SampleAggregatorSpec) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthProcessorsTableStats } if (iNdEx + skippy) > l { diff --git a/pkg/sql/flowinfra/stats.pb.go b/pkg/sql/flowinfra/stats.pb.go index 23602e70fc53..7eaf9ca56d65 100644 --- a/pkg/sql/flowinfra/stats.pb.go +++ b/pkg/sql/flowinfra/stats.pb.go @@ -168,7 +168,7 @@ func (m *OutboxStats) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStats } if (iNdEx + skippy) > l { diff --git a/pkg/sql/opt/invertedexpr/span_expression.pb.go b/pkg/sql/opt/invertedexpr/span_expression.pb.go index 5428db80bc5d..f51fd99d12d3 100644 --- a/pkg/sql/opt/invertedexpr/span_expression.pb.go +++ b/pkg/sql/opt/invertedexpr/span_expression.pb.go @@ -465,7 +465,7 @@ func (m *SpanExpressionProto) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthSpanExpression } if (iNdEx + skippy) > l { @@ -577,7 +577,7 @@ func (m *SpanExpressionProto_Span) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthSpanExpression } if (iNdEx + skippy) > l { @@ -743,7 +743,7 @@ func (m *SpanExpressionProto_Node) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthSpanExpression } if (iNdEx + skippy) > l { diff --git a/pkg/sql/pgwire/pgerror/errors.pb.go b/pkg/sql/pgwire/pgerror/errors.pb.go index 2bd99cdb524f..686b56852250 100644 --- a/pkg/sql/pgwire/pgerror/errors.pb.go +++ b/pkg/sql/pgwire/pgerror/errors.pb.go @@ -524,7 +524,7 @@ func (m *Error) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { @@ -651,7 +651,7 @@ func (m *Error_Source) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthErrors } if (iNdEx + skippy) > l { diff --git a/pkg/sql/rowexec/stats.pb.go b/pkg/sql/rowexec/stats.pb.go index 9d2d34f92fb0..8365b915978c 100644 --- a/pkg/sql/rowexec/stats.pb.go +++ b/pkg/sql/rowexec/stats.pb.go @@ -1190,7 +1190,7 @@ func (m *InputStats) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStats } if (iNdEx + skippy) > l { @@ -1289,7 +1289,7 @@ func (m *TableReaderStats) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStats } if (iNdEx + skippy) > l { @@ -1399,7 +1399,7 @@ func (m *JoinReaderStats) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStats } if (iNdEx + skippy) > l { @@ -1576,7 +1576,7 @@ func (m *HashJoinerStats) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStats } if (iNdEx + skippy) > l { @@ -1675,7 +1675,7 @@ func (m *AggregatorStats) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStats } if (iNdEx + skippy) > l { @@ -1774,7 +1774,7 @@ func (m *DistinctStats) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStats } if (iNdEx + skippy) > l { @@ -1854,7 +1854,7 @@ func (m *OrdinalityStats) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStats } if (iNdEx + skippy) > l { @@ -1983,7 +1983,7 @@ func (m *MergeJoinerStats) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStats } if (iNdEx + skippy) > l { @@ -2101,7 +2101,7 @@ func (m *SorterStats) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStats } if (iNdEx + skippy) > l { @@ -2219,7 +2219,7 @@ func (m *WindowerStats) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStats } if (iNdEx + skippy) > l { @@ -2337,7 +2337,7 @@ func (m *InvertedFiltererStats) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStats } if (iNdEx + skippy) > l { @@ -2485,7 +2485,7 @@ func (m *InvertedJoinerStats) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStats } if (iNdEx + skippy) > l { diff --git a/pkg/sql/rowflow/stats.pb.go b/pkg/sql/rowflow/stats.pb.go index d4d4330d244a..5e6310b9d066 100644 --- a/pkg/sql/rowflow/stats.pb.go +++ b/pkg/sql/rowflow/stats.pb.go @@ -224,7 +224,7 @@ func (m *RouterOutputStats) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthStats } if (iNdEx + skippy) > l { diff --git a/pkg/sql/stats/histogram.pb.go b/pkg/sql/stats/histogram.pb.go index 35eabb3318a0..45677a0d9617 100644 --- a/pkg/sql/stats/histogram.pb.go +++ b/pkg/sql/stats/histogram.pb.go @@ -361,7 +361,7 @@ func (m *HistogramData) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthHistogram } if (iNdEx + skippy) > l { @@ -491,7 +491,7 @@ func (m *HistogramData_Bucket) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthHistogram } if (iNdEx + skippy) > l { diff --git a/pkg/sql/stats/table_statistic.pb.go b/pkg/sql/stats/table_statistic.pb.go index 3545f659056f..75ee123c8462 100644 --- a/pkg/sql/stats/table_statistic.pb.go +++ b/pkg/sql/stats/table_statistic.pb.go @@ -526,7 +526,7 @@ func (m *TableStatisticProto) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthTableStatistic } if (iNdEx + skippy) > l { diff --git a/pkg/sql/types/types.pb.go b/pkg/sql/types/types.pb.go index aab5aba5b8af..1198e8fae642 100644 --- a/pkg/sql/types/types.pb.go +++ b/pkg/sql/types/types.pb.go @@ -1120,7 +1120,7 @@ func (m *IntervalDurationField) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthTypes } if (iNdEx + skippy) > l { @@ -1208,7 +1208,7 @@ func (m *GeoMetadata) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthTypes } if (iNdEx + skippy) > l { @@ -1277,7 +1277,7 @@ func (m *PersistentUserDefinedTypeMetadata) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthTypes } if (iNdEx + skippy) > l { @@ -1757,7 +1757,7 @@ func (m *InternalType) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthTypes } if (iNdEx + skippy) > l { diff --git a/pkg/sqlmigrations/leasemanager/lease.pb.go b/pkg/sqlmigrations/leasemanager/lease.pb.go index 386ab39ad701..d9c58d717b4f 100644 --- a/pkg/sqlmigrations/leasemanager/lease.pb.go +++ b/pkg/sqlmigrations/leasemanager/lease.pb.go @@ -220,7 +220,7 @@ func (m *LeaseVal) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthLease } if (iNdEx + skippy) > l { diff --git a/pkg/storage/enginepb/file_registry.pb.go b/pkg/storage/enginepb/file_registry.pb.go index e379c7a14346..73060fd7306a 100644 --- a/pkg/storage/enginepb/file_registry.pb.go +++ b/pkg/storage/enginepb/file_registry.pb.go @@ -470,7 +470,7 @@ func (m *FileRegistry) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthFileRegistry } if (iNdEx + skippy) > postIndex { @@ -487,7 +487,7 @@ func (m *FileRegistry) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthFileRegistry } if (iNdEx + skippy) > l { @@ -587,7 +587,7 @@ func (m *FileEntry) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthFileRegistry } if (iNdEx + skippy) > l { diff --git a/pkg/storage/enginepb/mvcc.pb.go b/pkg/storage/enginepb/mvcc.pb.go index 1c94d026a491..a86bd0bc23d1 100644 --- a/pkg/storage/enginepb/mvcc.pb.go +++ b/pkg/storage/enginepb/mvcc.pb.go @@ -1535,7 +1535,7 @@ func (m *MVCCMetadata) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMvcc } if (iNdEx + skippy) > l { @@ -1635,7 +1635,7 @@ func (m *MVCCMetadata_SequencedIntent) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMvcc } if (iNdEx + skippy) > l { @@ -1749,7 +1749,7 @@ func (m *MVCCMetadataSubsetForMergeSerialization) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMvcc } if (iNdEx + skippy) > l { @@ -1958,7 +1958,7 @@ func (m *MVCCStats) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMvcc } if (iNdEx + skippy) > l { @@ -2157,7 +2157,7 @@ func (m *MVCCStatsLegacyRepresentation) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMvcc } if (iNdEx + skippy) > l { diff --git a/pkg/storage/enginepb/mvcc3.pb.go b/pkg/storage/enginepb/mvcc3.pb.go index 45a53d5d34ee..021bc9110b71 100644 --- a/pkg/storage/enginepb/mvcc3.pb.go +++ b/pkg/storage/enginepb/mvcc3.pb.go @@ -2246,7 +2246,7 @@ func (m *TxnMeta) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMvcc3 } if (iNdEx + skippy) > l { @@ -2334,7 +2334,7 @@ func (m *IgnoredSeqNumRange) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMvcc3 } if (iNdEx + skippy) > l { @@ -2664,7 +2664,7 @@ func (m *MVCCStatsDelta) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMvcc3 } if (iNdEx + skippy) > l { @@ -2972,7 +2972,7 @@ func (m *MVCCPersistentStats) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMvcc3 } if (iNdEx + skippy) > l { @@ -3090,7 +3090,7 @@ func (m *RangeAppliedState) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMvcc3 } if (iNdEx + skippy) > l { @@ -3263,7 +3263,7 @@ func (m *MVCCWriteValueOp) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMvcc3 } if (iNdEx + skippy) > l { @@ -3434,7 +3434,7 @@ func (m *MVCCWriteIntentOp) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMvcc3 } if (iNdEx + skippy) > l { @@ -3544,7 +3544,7 @@ func (m *MVCCUpdateIntentOp) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMvcc3 } if (iNdEx + skippy) > l { @@ -3747,7 +3747,7 @@ func (m *MVCCCommitIntentOp) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMvcc3 } if (iNdEx + skippy) > l { @@ -3827,7 +3827,7 @@ func (m *MVCCAbortIntentOp) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMvcc3 } if (iNdEx + skippy) > l { @@ -3907,7 +3907,7 @@ func (m *MVCCAbortTxnOp) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMvcc3 } if (iNdEx + skippy) > l { @@ -4155,7 +4155,7 @@ func (m *MVCCLogicalOp) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMvcc3 } if (iNdEx + skippy) > l { diff --git a/pkg/storage/enginepb/rocksdb.pb.go b/pkg/storage/enginepb/rocksdb.pb.go index 957d8061f826..191ad44373bb 100644 --- a/pkg/storage/enginepb/rocksdb.pb.go +++ b/pkg/storage/enginepb/rocksdb.pb.go @@ -639,7 +639,7 @@ func (m *SSTUserProperties) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthRocksdb } if (iNdEx + skippy) > l { @@ -749,7 +749,7 @@ func (m *SSTUserPropertiesCollection) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthRocksdb } if (iNdEx + skippy) > l { @@ -892,7 +892,7 @@ func (m *HistogramData) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthRocksdb } if (iNdEx + skippy) > l { @@ -1032,7 +1032,7 @@ func (m *TickersAndHistograms) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthRocksdb } if (iNdEx + skippy) > postIndex { @@ -1155,7 +1155,7 @@ func (m *TickersAndHistograms) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthRocksdb } if (iNdEx + skippy) > postIndex { @@ -1172,7 +1172,7 @@ func (m *TickersAndHistograms) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthRocksdb } if (iNdEx + skippy) > l { diff --git a/pkg/ts/catalog/chart_catalog.pb.go b/pkg/ts/catalog/chart_catalog.pb.go index 9cdd4c6cafb7..1b926d2c5248 100644 --- a/pkg/ts/catalog/chart_catalog.pb.go +++ b/pkg/ts/catalog/chart_catalog.pb.go @@ -782,7 +782,7 @@ func (m *ChartMetric) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthChartCatalog } if (iNdEx + skippy) > l { @@ -1100,7 +1100,7 @@ func (m *IndividualChart) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthChartCatalog } if (iNdEx + skippy) > l { @@ -1380,7 +1380,7 @@ func (m *ChartSection) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthChartCatalog } if (iNdEx + skippy) > l { diff --git a/pkg/ts/tspb/timeseries.pb.go b/pkg/ts/tspb/timeseries.pb.go index 256c7f09ef36..d64c3ad97b9a 100644 --- a/pkg/ts/tspb/timeseries.pb.go +++ b/pkg/ts/tspb/timeseries.pb.go @@ -1060,7 +1060,7 @@ func (m *TimeSeriesDatapoint) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthTimeseries } if (iNdEx + skippy) > l { @@ -1199,7 +1199,7 @@ func (m *TimeSeriesData) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthTimeseries } if (iNdEx + skippy) > l { @@ -1367,7 +1367,7 @@ func (m *Query) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthTimeseries } if (iNdEx + skippy) > l { @@ -1505,7 +1505,7 @@ func (m *TimeSeriesQueryRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthTimeseries } if (iNdEx + skippy) > l { @@ -1586,7 +1586,7 @@ func (m *TimeSeriesQueryResponse) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthTimeseries } if (iNdEx + skippy) > l { @@ -1697,7 +1697,7 @@ func (m *TimeSeriesQueryResponse_Result) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthTimeseries } if (iNdEx + skippy) > l { @@ -1747,7 +1747,7 @@ func (m *DumpRequest) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthTimeseries } if (iNdEx + skippy) > l { diff --git a/pkg/util/hlc/legacy_timestamp.pb.go b/pkg/util/hlc/legacy_timestamp.pb.go index 42b3e9d39ce8..6e36489bc70a 100644 --- a/pkg/util/hlc/legacy_timestamp.pb.go +++ b/pkg/util/hlc/legacy_timestamp.pb.go @@ -308,7 +308,7 @@ func (m *LegacyTimestamp) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthLegacyTimestamp } if (iNdEx + skippy) > l { diff --git a/pkg/util/hlc/timestamp.pb.go b/pkg/util/hlc/timestamp.pb.go index 19efd7369a9e..0c9bd64b0cf5 100644 --- a/pkg/util/hlc/timestamp.pb.go +++ b/pkg/util/hlc/timestamp.pb.go @@ -315,7 +315,7 @@ func (m *Timestamp) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthTimestamp } if (iNdEx + skippy) > l { diff --git a/pkg/util/log/log.pb.go b/pkg/util/log/log.pb.go index 96c5698938e4..cec1291d6937 100644 --- a/pkg/util/log/log.pb.go +++ b/pkg/util/log/log.pb.go @@ -707,7 +707,7 @@ func (m *Entry) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthLog } if (iNdEx + skippy) > l { @@ -882,7 +882,7 @@ func (m *FileDetails) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthLog } if (iNdEx + skippy) > l { @@ -1029,7 +1029,7 @@ func (m *FileInfo) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthLog } if (iNdEx + skippy) > l { diff --git a/pkg/util/metric/metric.pb.go b/pkg/util/metric/metric.pb.go index 7ad634790868..5ccb0d67ad30 100644 --- a/pkg/util/metric/metric.pb.go +++ b/pkg/util/metric/metric.pb.go @@ -413,7 +413,7 @@ func (m *LabelPair) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMetric } if (iNdEx + skippy) > l { @@ -624,7 +624,7 @@ func (m *Metadata) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthMetric } if (iNdEx + skippy) > l { diff --git a/pkg/util/protoutil/clone.pb.go b/pkg/util/protoutil/clone.pb.go index 91b96525334e..db33678437fa 100644 --- a/pkg/util/protoutil/clone.pb.go +++ b/pkg/util/protoutil/clone.pb.go @@ -230,7 +230,7 @@ func (m *RecursiveAndUncloneable) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthClone } if (iNdEx + skippy) > l { diff --git a/pkg/util/tracing/recorded_span.pb.go b/pkg/util/tracing/recorded_span.pb.go index 87d083b71458..a4457a69df26 100644 --- a/pkg/util/tracing/recorded_span.pb.go +++ b/pkg/util/tracing/recorded_span.pb.go @@ -725,7 +725,7 @@ func (m *LogRecord) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthRecordedSpan } if (iNdEx + skippy) > l { @@ -833,7 +833,7 @@ func (m *LogRecord_Field) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthRecordedSpan } if (iNdEx + skippy) > l { @@ -1070,7 +1070,7 @@ func (m *RecordedSpan) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthRecordedSpan } if (iNdEx + skippy) > postIndex { @@ -1188,7 +1188,7 @@ func (m *RecordedSpan) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthRecordedSpan } if (iNdEx + skippy) > postIndex { @@ -1329,7 +1329,7 @@ func (m *RecordedSpan) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthRecordedSpan } if (iNdEx + skippy) > l { @@ -1509,7 +1509,7 @@ func (m *NormalizedSpan) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthRecordedSpan } if (iNdEx + skippy) > postIndex { @@ -1648,7 +1648,7 @@ func (m *NormalizedSpan) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthRecordedSpan } if (iNdEx + skippy) > l { diff --git a/pkg/util/unresolved_addr.pb.go b/pkg/util/unresolved_addr.pb.go index 934ef91f5cc0..3ee3652ef0ba 100644 --- a/pkg/util/unresolved_addr.pb.go +++ b/pkg/util/unresolved_addr.pb.go @@ -211,7 +211,7 @@ func (m *UnresolvedAddr) Unmarshal(dAtA []byte) error { if err != nil { return err } - if skippy < 0 { + if (skippy < 0) || (iNdEx+skippy) < 0 { return ErrInvalidLengthUnresolvedAddr } if (iNdEx + skippy) > l { diff --git a/vendor b/vendor index 503f344828b1..e5e868cbc0c5 160000 --- a/vendor +++ b/vendor @@ -1 +1 @@ -Subproject commit 503f344828b188f0269e5a1c8da9b205ac59c284 +Subproject commit e5e868cbc0c5fd11e2c04d456d7f61a38e7b5669