]> git.ipfire.org Git - thirdparty/git.git/commit - pack-revindex.c
make find_pack_revindex() aware of the nasty world
authorNicolas Pitre <nico@cam.org>
Wed, 29 Oct 2008 23:02:49 +0000 (19:02 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 2 Nov 2008 23:22:35 +0000 (15:22 -0800)
commit08698b1e32bc414f214b7300b40c30a30d9ecd1c
tree1fc01119e8590049d0f5e5949b4b6a9d83db75eb
parent03d660150cbc80cd7d2ec90c3c4e6ce563295e3a
make find_pack_revindex() aware of the nasty world

It currently calls die() whenever given offset is not found thinking
that such thing should never happen.  But this offset may come from a
corrupted pack whych _could_ happen and not be found.  Callers should
deal with this possibility gracefully instead.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-pack-objects.c
pack-revindex.c
sha1_file.c