1. 20 2月, 2017 1 次提交
  2. 19 2月, 2017 1 次提交
  3. 18 2月, 2017 11 次提交
  4. 17 2月, 2017 13 次提交
  5. 16 2月, 2017 13 次提交
  6. 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