Double-free when printing cJSON_Raw if valuestring==NULL...
I was taking a look at the cJSON codebase on behalf of a customer, and I a spot that I wanted to check when printing cJSON_Raw values: If item->valuestring is NULL, the print_value() implementation may deallocate the write buffer and the...