jsoncpp/src
YaalLek 54fc4e28ed
json_value.cpp bug in the edges of uint/int (#1519)
* json_value.cpp bug in the edges of uint/int

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

* Update json_value.cpp

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

* Update test cases

* json_value.cpp bug in the edges of uint/int

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

* Run clang tidy

---------

Co-authored-by: Jordan Bayles <bayles.jordan@gmail.com>
2024-09-11 16:53:22 -07:00
..
jsontestrunner Fix a parser bug where tokens are misidentified as commas. (#1502) 2024-09-09 17:30:16 -07:00
lib_json json_value.cpp bug in the edges of uint/int (#1519) 2024-09-11 16:53:22 -07:00
test_lib_json json_value.cpp bug in the edges of uint/int (#1519) 2024-09-11 16:53:22 -07:00
CMakeLists.txt STYLE: Convert CMake-language commands to lower case 2018-12-30 15:32:57 -06:00