diff options
author | Jeff King <peff@peff.net> | 2010-01-29 11:31:30 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-01-29 18:56:12 +0100 |
commit | 7b48c170931f35c07c3ce78023519846073152a1 (patch) | |
tree | 1f463ad3cdebbc0f45203921987085021a50be83 /git-mergetool--lib.sh | |
parent | Merge branch 'maint' (diff) | |
download | git-7b48c170931f35c07c3ce78023519846073152a1.tar.xz git-7b48c170931f35c07c3ce78023519846073152a1.zip |
fix off-by-one allocation error
Caught by valgrind in t5516. Reading the code shows we
malloc enough for our string, but not trailing NUL.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions