mirror of
https://github.com/DaveGamble/cJSON.git
synced 2026-07-22 19:04:15 +00:00
60ff122ef5
* add NULL checks in cJSON_SetValuestring Fixes #803(CVE-2023-50472) * add NULL check in cJSON_InsertItemInArray Fixes #802(CVE-2023-50471) * add tests for NULL checks add tests for NULL checks in cJSON_InsertItemInArray and cJSON_SetValuestring