-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix proto deserialization issue when parsing a packed repeated enum f…
…ield whose possible values form a contiguous range that starts with 0 or 1, and end no greater than 126, when parsing a noncontiguous stream (such as from a Cord). This routine was misusing `ParseContext::Done`. It should only be used at tag boundaries and not within field parsing. PiperOrigin-RevId: 501107542
- Loading branch information
1 parent
9dee1ca
commit afdf6da
Showing
2 changed files
with
10 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters