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

json_value.cpp bug in the edges of uint/int #1519

Merged
merged 8 commits into from
Sep 11, 2024

Conversation

YaalLek
Copy link
Contributor

@YaalLek YaalLek commented Nov 21, 2023

Fixing bug of sending a number that is a bit bigger than max<uint64_t> it returns 0: https://stackoverflow.com/questions/77261400/jsoncpp-do-not-protect-from-uint64-overflow-and-have-weird-behavior/77261716#77261716

@YaalLek YaalLek marked this pull request as draft November 21, 2023 15:47
@YaalLek YaalLek marked this pull request as ready for review November 22, 2023 15:43
@baylesj
Copy link
Contributor

baylesj commented Sep 10, 2024

This looks like a good patch but needs to have clang format run on it before submission.

@YaalLek
Copy link
Contributor Author

YaalLek commented Sep 10, 2024

This looks like a good patch but needs to have clang format run on it before submission.

@baylesj
Ran clang tidy and pushed changes

@baylesj baylesj merged commit 54fc4e2 into open-source-parsers:master Sep 11, 2024
10 checks passed
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