cJSON v1.7.4 Release Notes

Release Date: 2018-03-02 // about 6 years ago
  • 🛠 Fixes:

    • 🛠 Fix potential use after free if the string parameter to cJSON_AddItemToObject is an alias of the string property of the object that is added (#248). Thanks @hhallen for reporting.