aboutsummaryrefslogtreecommitdiffstats
path: root/commit.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-04-15 14:18:37 -0700
committerJunio C Hamano <gitster@pobox.com>2015-04-20 14:38:07 -0700
commit1154aa42159383c3339567f6385c21a615c8b93a (patch)
tree99560f14e38408fabe2536983d49e986431a2e09 /commit.c
parentuse get_commit_buffer everywhere (diff)
downloadgit-1154aa42159383c3339567f6385c21a615c8b93a.tar.gz
git-1154aa42159383c3339567f6385c21a615c8b93a.zip
fmt-merge-msg: plug small leak of commit buffer
A broken or badly formatted commit might not record author or committer lines or we may not find a valid name on them. The function record_person() returned after calling get_commit_buffer() without calling unuse_commit_buffer() on the memory it obtained in such cases, potentially leaking it. Helped-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions