1. 21 Sep, 2019 1 commit
    • buffer: fix memory leak if unable to grow buffer · 3e8a17b0
      If growing a buffer fails, we set its pointer to the static
      `git_buf__oom` structure. While we correctly free the old pointer if
      `git__malloc` returned an error, we do not free it if there was an
      integer overflow while calculating the new allocation size. Fix this
      issue by freeing the pointer to plug the memory leak.
      Patrick Steinhardt committed
  2. 19 Sep, 2019 1 commit
  3. 13 Sep, 2019 16 commits
  4. 12 Sep, 2019 2 commits
  5. 11 Sep, 2019 1 commit
  6. 10 Sep, 2019 3 commits
  7. 09 Sep, 2019 4 commits
  8. 29 Aug, 2019 1 commit
  9. 28 Aug, 2019 1 commit
  10. 27 Aug, 2019 9 commits
  11. 26 Aug, 2019 1 commit