all: Regenerate proto (#7696)

This commit is contained in:
Simon Frei
2021-05-19 13:30:20 +02:00
committed by GitHub
parent ab2729ab79
commit 5bdb6798a9
14 changed files with 49 additions and 187 deletions
+1 -4
View File
@@ -298,10 +298,7 @@ func (m *Announce) Unmarshal(dAtA []byte) error {
if err != nil {
return err
}
if skippy < 0 {
return ErrInvalidLengthLocal
}
if (iNdEx + skippy) < 0 {
if (skippy < 0) || (iNdEx+skippy) < 0 {
return ErrInvalidLengthLocal
}
if (iNdEx + skippy) > l {