Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> --- makes sense to me, but I might have overlooked something sha1_file.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sha1_file.c b/sha1_file.c index 3c4f165..520b41e 100644 --- a/sha1_file.c +++ b/sha1_file.c @@ -2133,6 +2133,8 @@ static int sha1_loose_object_info(const unsigned char *sha1, unsigned long *size git_zstream stream; char hdr[32]; + if (!has_loose_object(sha1)) + return -1; map = map_sha1_file(sha1, &mapsize); if (!map) return error("unable to find %s", sha1_to_hex(sha1)); -- 1.7.10.2.549.g9354186 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html