Merge branch 'ab/valgrind-fixes'
commit1b8138fb0880e399dcb6fcc6b6d4081c1a1db40e
authorJunio C Hamano <gitster@pobox.com>
Mon, 23 May 2022 21:39:54 +0000 (23 14:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 May 2022 21:39:54 +0000 (23 14:39 -0700)
treeea4841ac780e199292b086cb8d1322f2b5bbc6be
parentea78f9ee7a595d9e85195c0802d9170fe4ce442e
parent7c898554d7a80e5d70ee8816a23dc425d2f1729c
Merge branch 'ab/valgrind-fixes'

A bit of test framework fixes with a few fixes to issues found by
valgrind.

* 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
commit-graph.c
object-file.c
t/test-lib.sh