Rewrite cJSON_Minify, fixing buffer overflows, fixes #338

Also first tests for cJSON_Minify.
Thanks @bigric3 for reporting
This commit is contained in:
Max Bruckner
2019-04-14 23:13:41 +02:00
parent 5a52eaddfd
commit a43fa56a63
3 changed files with 246 additions and 50 deletions

View File

@@ -57,6 +57,7 @@ if(ENABLE_CJSON_TEST)
compare_tests
cjson_add
readme_examples
minify_tests
)
option(ENABLE_VALGRIND OFF "Enable the valgrind memory checker for the tests.")