commit | 6689f08735d08a057f8d6f91af98b04960afa517 | [log] [tgz] |
---|---|---|
author | Pavel Roskin <proski@gnu.org> | Wed Dec 21 15:35:48 2005 -0500 |
committer | Junio C Hamano <junkio@cox.net> | Wed Dec 21 13:00:31 2005 -0800 |
tree | 28c007b949e0956b712f0900b690c9b12db99ccb | |
parent | 9470657ad0d0472e3e3c2e352334f60e7bd777c1 [diff] |
An off-by-one bug found by valgrind Insufficient memory is allocated in index-pack.c to hold the *.idx name. One more byte should be allocated to hold the terminating 0. Signed-off-by: Pavel Roskin <proski@gnu.org> Signed-off-by: Junio C Hamano <junkio@cox.net>