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

C++ runtime: Fix two issues found by coverity #1951

Merged
merged 4 commits into from
Oct 27, 2017
Merged

C++ runtime: Fix two issues found by coverity #1951

merged 4 commits into from
Oct 27, 2017

Conversation

Griffon26
Copy link
Contributor

Two tiny changes to fix two coverity violations that I encountered while checking my own codebase.

@jm-mikkelsen
Copy link
Contributor

I have an alternate fix for the IntervalSet va_end problem in pull request #1930 that eliminates va_arg usage and replaces it with a variadic template. I don't think @mike-lischke has had a chance to review it yet, though.

@mike-lischke
Copy link
Member

@jm-mikkelsen I reviewed that patch already.

@Griffon26
Copy link
Contributor Author

@jm-mikkelsen Not a problem. I'll rebase this one if yours gets merged sooner.

@parrt parrt added this to the 4.7.1 milestone Oct 21, 2017
@parrt
Copy link
Member

parrt commented Oct 21, 2017

weAlso need a signature in the contributors file...

@parrt
Copy link
Member

parrt commented Oct 27, 2017

@Griffon26 We need a signature in the contributors file before I can merge this.

@parrt parrt merged commit 1f8c5bd into antlr:master Oct 27, 2017
@Griffon26
Copy link
Contributor Author

Man you're fast! I was in the process of rebasing to master =D

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.

4 participants