1. 14 May, 2020 2 commits
  2. 11 May, 2020 3 commits
  3. 22 Apr, 2020 1 commit
  4. 14 Apr, 2020 1 commit
  5. 13 Apr, 2020 2 commits
  6. 18 Dec, 2019 4 commits
  7. 09 Dec, 2019 10 commits
  8. 05 Dec, 2019 1 commit
  9. 07 Nov, 2019 7 commits
  10. 23 Oct, 2019 1 commit
  11. 02 Sep, 2019 1 commit
  12. 13 Aug, 2019 1 commit
  13. 09 Aug, 2019 1 commit
    • Nikias Bassen's avatar
      Make sure to copy hash table entries properly when cloning array/dict nodes · e1a5d60e
      Nikias Bassen authored
      As mentioned in #142, plist_copy_node() was not correctly handling the hash
      tables when cloning array or dict nodes; it incorrectly filled the hash table
      with the original child node info, which effectively would lead to a
      segmentation fault / UaF if the original array/dict would be freed followed
      by an attempt to access an element in the new hash table.
      e1a5d60e
  14. 08 Aug, 2019 2 commits
  15. 07 Aug, 2019 1 commit
  16. 10 Jul, 2019 2 commits