]> asedeno.scripts.mit.edu Git - git.git/commit
fmt-merge-msg: fix off-by-one bug
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Fri, 1 Sep 2006 08:49:29 +0000 (10:49 +0200)
committerJunio C Hamano <junkio@cox.net>
Fri, 1 Sep 2006 12:20:03 +0000 (05:20 -0700)
commitaf04b1271090801b277938836dcb7a39fc059721
treeaa21dc5231b7103660742e30d51982d363c8c8f2
parent8c02eee29e116355474250a5e9270db6034c60de
fmt-merge-msg: fix off-by-one bug

Thanks to the recent malloc()->xmalloc() change, and XMALLOC_POISON, this bug
was found.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-fmt-merge-msg.c