mbox series

[0/2] Initialize repo object in fuzz-commit-graph

Message ID cover.1549569479.git.steadmon@google.com (mailing list archive)
Headers show
Series Initialize repo object in fuzz-commit-graph | expand

Message

Josh Steadmon Feb. 7, 2019, 8:05 p.m. UTC
commit-graph.c now depends on the_hash_algo, which means the_repository
must be initialized before attempting to load a commit graph. This
series adds the initialization and cleanup to fuzz-commit-graph, and
fixes a leak it discovered in the cleanup code.

Josh Steadmon (2):
  fuzz-commit-graph: initialize repo objects
  object: fix leak of shallow_stat

 fuzz-commit-graph.c | 3 +++
 object.c            | 2 ++
 2 files changed, 5 insertions(+)