Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate that end-group tags match their corresponding start-group tags #1240

Merged
merged 1 commit into from
Feb 18, 2016

Conversation

jskeet
Copy link
Contributor

@jskeet jskeet commented Feb 15, 2016

This detects:

  • An end-group tag with the wrong field number (doesn't match the start-group field)
  • An end-group tag with no preceding start-group tag

Fixes issue #688.

This detects:
- An end-group tag with the wrong field number (doesn't match the start-group field)
- An end-group tag with no preceding start-group tag

Fixes issue protocolbuffers#688.
@jskeet jskeet added the c# label Feb 15, 2016
jtattermusch added a commit that referenced this pull request Feb 18, 2016
Validate that end-group tags match their corresponding start-group tags
@jtattermusch jtattermusch merged commit c003abb into protocolbuffers:master Feb 18, 2016
@jskeet jskeet deleted the validate_group branch March 5, 2019 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants