jsoncpp/src
Brad King 056850c44b reader: fix signed overflow when parsing negative value
Clang's ubsan (-fsanitize=undefined) reports:

    runtime error: negation of -9223372036854775808 cannot be represented in
    type 'Json::Value::LargestInt' (aka 'long'); cast to an unsigned type to
    negate this value to itself

Follow its advice and update the code to remove the explicit negation.
2019-01-11 14:04:41 -06:00
..
jsontestrunner STYLE: Convert CMake-language commands to lower case 2018-12-30 15:32:57 -06:00
lib_json reader: fix signed overflow when parsing negative value 2019-01-11 14:04:41 -06:00
test_lib_json issue_836: Check if `removed' is a valid pointer before copy data to it 2019-01-11 11:27:59 -06:00
CMakeLists.txt STYLE: Convert CMake-language commands to lower case 2018-12-30 15:32:57 -06:00