Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chunklhit committed Mar 22, 2023
1 parent 9c6414c commit 928d188
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -268,6 +268,9 @@ func skipGenerated(data []byte) (n int, err error) {
return 0, err
}
iNdEx = start + next
if iNdEx < 0 {
return 0, ErrInvalidLengthGenerated
}
}
return iNdEx, nil
case 4:
Expand Down

0 comments on commit 928d188

Please sign in to comment.