]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/am-leakfix' into maint
authorJunio C Hamano <gitster@pobox.com>
Sun, 4 Jun 2017 01:21:01 +0000 (10:21 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 4 Jun 2017 01:21:01 +0000 (10:21 +0900)
The codepath in "git am" that is used when running "git rebase"
leaked memory held for the log message of the commits being rebased.

* jk/am-leakfix:
  am: shorten ident_split variable name in get_commit_info()
  am: simplify allocations in get_commit_info()
  am: fix commit buffer leak in get_commit_info()

1  2 
builtin/am.c

diff --cc builtin/am.c
Simple merge