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

Remove undefined behavior from SkelParser #415

Merged
merged 1 commit into from
Jun 19, 2015
Merged

Remove undefined behavior from SkelParser #415

merged 1 commit into from
Jun 19, 2015

Conversation

mxgrey
Copy link
Member

@mxgrey mxgrey commented Jun 17, 2015

We were using an iterator without first checking whether it was valid, even though the container will drop down to size 0 by the time the parsing is finished. Now we quit parsing once the container is empty.

@jslee02 jslee02 added this to the Release DART 5.0 milestone Jun 18, 2015
@jslee02
Copy link
Member

jslee02 commented Jun 19, 2015

👍

jslee02 added a commit that referenced this pull request Jun 19, 2015
Remove undefined behavior from SkelParser
@jslee02 jslee02 merged commit 338ebac into master Jun 19, 2015
jslee02 added a commit that referenced this pull request Jun 20, 2015
@mxgrey mxgrey deleted the skelParserFix branch July 2, 2015 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants