1. 21 8月, 2018 1 次提交
  2. 08 8月, 2018 1 次提交
  3. 20 7月, 2018 2 次提交
  4. 10 7月, 2018 1 次提交
  5. 05 6月, 2018 6 次提交
  6. 23 5月, 2018 2 次提交
  7. 07 5月, 2018 10 次提交
  8. 04 5月, 2018 1 次提交
  9. 03 4月, 2018 1 次提交
    • P
      util: json: Fix freeing of objects appended to virJSONValue · ea520f6b
      Peter Krempa 提交于
      It was not possible to determine whether virJSONValueObjectAddVArgs and
      the functions using it would consume a virJSONValue or not when used
      with the 'a' or 'A' modifier depending on when the loop failed.
      
      Fix this by passing in a pointer to the pointer so that it can be
      cleared once it's successfully consumed and the callers don't have to
      second-guess leaving a chance of leaking or double freeing the value
      depending on the ordering.
      
      Fix all callers to pass a double pointer too.
      Signed-off-by: NPeter Krempa <pkrempa@redhat.com>
      ea520f6b
  10. 14 2月, 2018 2 次提交
  11. 24 11月, 2017 2 次提交
  12. 13 11月, 2017 2 次提交
  13. 07 11月, 2017 9 次提交