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

protover: reject unexpected commas #768

Open
wants to merge 1 commit into
base: maint-0.2.9
Choose a base branch
from

Conversation

Labels
None yet
Projects
None yet
2 participants
@teor2345
Copy link
Contributor

@teor2345 teor2345 commented Mar 8, 2019

Consistently reject extra commas, instead of only rejecting leading
commas.

Fix on b2b2e1c.
Fixes #27194; bugfix on 0.2.9.4-alpha.

Consistently reject extra commas, instead of only rejecting leading
commas.

Fix on b2b2e1c.
Fixes #27194; bugfix on 0.2.9.4-alpha.
@coveralls
Copy link

@coveralls coveralls commented Mar 8, 2019

Pull Request Test Coverage Report for Build 4131

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.02%) to 50.044%

Files with Coverage Reduction New Missed Lines %
src/or/dirserv.c 1 35.87%
Totals Coverage Status
Change from base Build 4103: 0.02%
Covered Lines: 29438
Relevant Lines: 58824

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment