1. 20 Mar, 2017 1 commit
    • checkout: fix double-free of checkout_data's mkdir_map · 77c8ee74
      We currently call `git_strmap_free` on `checkout_data.mkdir_map` in the
      `checkout_data_clear` function. The only thing protecting us from a
      double-free is that the `git_strmap_free` function is in fact not a
      function, but a macro that also sets the map to NULL.
      
      Remove the second call to `git_strmap_free` and explicitly set the map
      member to NULL.
      Patrick Steinhardt committed
  2. 15 Mar, 2017 3 commits
  3. 14 Mar, 2017 2 commits
  4. 11 Mar, 2017 2 commits
  5. 09 Mar, 2017 3 commits
  6. 06 Mar, 2017 3 commits
  7. 03 Mar, 2017 8 commits
  8. 01 Mar, 2017 6 commits
  9. 28 Feb, 2017 1 commit
  10. 27 Feb, 2017 1 commit
  11. 26 Feb, 2017 4 commits
  12. 25 Feb, 2017 4 commits
  13. 24 Feb, 2017 2 commits