sanity check in add_packed_git()
authorPavel Roskin <proski@gnu.org>
Wed, 21 Dec 2005 23:47:09 +0000 (18:47 -0500)
committerJunio C Hamano <junkio@cox.net>
Thu, 22 Dec 2005 01:05:09 +0000 (17:05 -0800)
add_packed_git() tries to get the pack SHA1 by parsing its name.  It may
access uninitialized memory for packs with short names.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>

No differences found