From: Alex Riesen Date: Sun, 22 Apr 2007 14:11:54 +0000 (+0200) Subject: Fix crash in t0020 (crlf conversion) X-Git-Tag: v1.5.2-rc0~10 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4629795816bf3f58a02872ec389a92de7efd38c4?hp=4629795816bf3f58a02872ec389a92de7efd38c4 Fix crash in t0020 (crlf conversion) 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 Signed-off-by: Junio C Hamano ---