From: Josh Steadmon <steadmon@google.com>
To: git@vger.kernel.org
Subject: [PATCH 0/2] Initialize repo object in fuzz-commit-graph
Date: Thu, 7 Feb 2019 12:05:52 -0800 [thread overview]
Message-ID: <cover.1549569479.git.steadmon@google.com> (raw)
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
next reply other threads:[~2019-02-07 20:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-07 20:05 Josh Steadmon [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1549569479.git.steadmon@google.com \
--to=steadmon@google.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.