1. 17 2月, 2017 8 次提交
  2. 16 2月, 2017 7 次提交
  3. 15 2月, 2017 1 次提交
    • M
      Fix #105, double free when parse_string fails · 94117a5d
      Max Bruckner 提交于
      This fixes a double free that happens when calling cJSON_Delete on an
      item that has been used by parse_string and it failed parsing the
      string.
      
      The double free happens, because parse_string frees an alias of
      item->valuestring, but doesn't set item->valuestring to NULL.
      94117a5d
  4. 08 2月, 2017 10 次提交
  5. 04 2月, 2017 6 次提交
  6. 03 2月, 2017 3 次提交
  7. 13 1月, 2017 1 次提交
  8. 06 1月, 2017 3 次提交
  9. 15 12月, 2016 1 次提交