fetch--tool: fix uninitialized buffer when reading from stdin
authorJunio C Hamano <junkio@cox.net>
Mon, 26 Feb 2007 19:37:43 +0000 (11:37 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 28 Feb 2007 00:12:23 +0000 (16:12 -0800)
The original code allocates too much space and forgets to NUL
terminate the string.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found