Fix crash in t0020 (crlf conversion)
authorAlex Riesen <raa.lkml@gmail.com>
Sun, 22 Apr 2007 14:11:54 +0000 (16:11 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 22 Apr 2007 17:44:56 +0000 (10:44 -0700)
Reallocated wrong size.
Noticed on Ubuntu 7.04 probably because it has some malloc diagnostics in libc:
"git-read-tree --reset -u HEAD" aborted in the test. Valgrind sped up the
debugging greatly: took me 10 minutes.

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found