jsoncpp/src/test_lib_json
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
..
CMakeLists.txt Enhance cmake script (#1197) 2020-07-13 20:33:58 +08:00
fuzz.cpp clang-tidy fixes again (#1087) 2020-02-02 23:03:45 -05:00
fuzz.dict Add dictionary for fuzzing (#1020) 2019-09-16 10:30:59 -07:00
fuzz.h Update fuzz.h 2019-06-27 11:58:42 -07:00
jsontest.cpp clang-tidy fixes again (#1087) 2020-02-02 23:03:45 -05:00
jsontest.h Fix various typos (#1350) 2021-12-14 18:04:47 -08:00
main.cpp json_value.cpp bug in the edges of uint/int (#1519) 2024-09-11 16:53:22 -07:00