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

fastLitParser should parse number into float64 if int64 overflows #99

Closed
nelio2k opened this issue Apr 9, 2019 · 0 comments
Closed
Assignees
Labels

Comments

@nelio2k
Copy link
Collaborator

nelio2k commented Apr 9, 2019

When an integer fastVal is used to compare against a float, and the float that is being compared to can overflow an int64, the comparison result is more than likely to be incorrect.

@nelio2k nelio2k added the bug label Apr 9, 2019
@nelio2k nelio2k self-assigned this Apr 9, 2019
nelio2k added a commit to nelio2k/gojsonsm that referenced this issue Apr 9, 2019
nelio2k added a commit to nelio2k/gojsonsm that referenced this issue Apr 9, 2019
nelio2k added a commit to nelio2k/gojsonsm that referenced this issue Apr 10, 2019
nelio2k added a commit to nelio2k/gojsonsm that referenced this issue Apr 11, 2019
nelio2k added a commit to nelio2k/gojsonsm that referenced this issue Apr 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant