1. 03 3月, 2018 1 次提交
    • M
      add_item_to_object: Fix use-after-free when string is aliased · 22a7d04f
      Max Bruckner 提交于
      If the `string` property of the item that is added is an alias to the
      `string` parameter of `add_item_to_object`, and `constant` is false,
      `cJSON_strdup` would access the string after it has been freed.
      
      Thanks @hhallen for reporting this in #248.
      22a7d04f
  2. 08 2月, 2018 2 次提交
  3. 06 2月, 2018 2 次提交
  4. 10 1月, 2018 5 次提交
  5. 31 12月, 2017 14 次提交
  6. 30 12月, 2017 3 次提交
  7. 29 12月, 2017 3 次提交
  8. 28 12月, 2017 1 次提交
  9. 29 11月, 2017 1 次提交
  10. 28 11月, 2017 7 次提交
  11. 21 11月, 2017 1 次提交