Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fixed bug while parsing INT64_MIN #3846

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

Merged
merged 1 commit into from
Jul 5, 2016

Conversation

rkrp
Copy link
Contributor

@rkrp rkrp commented Jun 28, 2016

Fixed the bug which caused strtol() to fail parsing INT64_MIN. Addressed in #3817.

Added test cases in tests/core/strtol.c to check for the boundary values.

@pks-t
Copy link
Member

pks-t commented Jun 29, 2016

Looks good to me, thanks for the fix. The AppVeyor failure is unrelated, so I'd consider this PR good to go (even though it should be squashed when pulled).

@rkrp rkrp force-pushed the fix_bug_parsing_int64min branch from bccb850 to 70b9b84 Compare June 29, 2016 08:09
@rkrp
Copy link
Contributor Author

rkrp commented Jun 29, 2016

@pks-t Squashed the commits.

@pks-t
Copy link
Member

pks-t commented Jun 29, 2016

@rkrp Thanks. Wouldn't have been necessary, though, as GitHub recently introduced a feature to auto-squash commits when a pull request is accepted. But can't hurt if you do it ;)

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.

3 participants