Merge branch 'ab/valgrind-fixes' into maint
commitf02e23405f51d761168d81d117fde4b816abbd2f
authorJunio C Hamano <gitster@pobox.com>
Wed, 8 Jun 2022 21:27:51 +0000 (8 14:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Jun 2022 21:27:51 +0000 (8 14:27 -0700)
tree48fad31d065cf3bb0d2ef123f7e1a26e446728d4
parent9d1304155be0e79b77e1f68bdd4c9a7ac442f0e8
parent7c898554d7a80e5d70ee8816a23dc425d2f1729c
Merge branch 'ab/valgrind-fixes' into maint

A bit of test framework fixes with a few fixes to issues found by
valgrind.
source: <20220512223218.237544-1-gitster@pobox.com>

* ab/valgrind-fixes:
  commit-graph.c: don't assume that stat() succeeds
  object-file: fix a unpack_loose_header() regression in 3b6a8db3b03
  log test: skip a failing mkstemp() test under valgrind
  tests: using custom GIT_EXEC_PATH breaks --valgrind tests