git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Initialize repo object in fuzz-commit-graph
@ 2019-02-07 20:05 Josh Steadmon
  2019-02-07 20:05 ` [PATCH 1/2] fuzz-commit-graph: initialize repo object Josh Steadmon
  2019-02-07 20:05 ` [PATCH 2/2] object: fix leak of shallow_stat Josh Steadmon
  0 siblings, 2 replies; 3+ messages in thread
From: Josh Steadmon @ 2019-02-07 20:05 UTC (permalink / raw)
  To: git

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(+)

-- 
2.20.1.611.gfbb209baf1-goog


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-07 20:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-07 20:05 [PATCH 0/2] Initialize repo object in fuzz-commit-graph Josh Steadmon
2019-02-07 20:05 ` [PATCH 1/2] fuzz-commit-graph: initialize repo object Josh Steadmon
2019-02-07 20:05 ` [PATCH 2/2] object: fix leak of shallow_stat Josh Steadmon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).