From: Linus Torvalds <torvalds@linux-foundation.org>
To: "Shawn O. Pearce" <spearce@spearce.org>
Cc: Junio C Hamano <gitster@pobox.com>, git@vger.kernel.org
Subject: Re: [PATCH] Don't segfault if we failed to inflate a packed delta
Date: Sat, 25 Aug 2007 08:19:17 -0700 (PDT) [thread overview]
Message-ID: <alpine.LFD.0.999.0708250815150.25853@woody.linux-foundation.org> (raw)
In-Reply-To: <20070825072604.GA20155@spearce.org>
On Sat, 25 Aug 2007, Shawn O. Pearce wrote:
>
> cate on #git noticed this failure in `git fsck --full` where the
> call to verify_pack() first noticed that the packfile was corrupt
> by finding that the packfile's SHA-1 did not match the raw data of
> the file. After finding this fsck went ahead and tried to verify
> every object within the packfile, even though the packfile was
> already known to be bad. If we are going to shovel bad data at
> the delta unpacking code, we better handle it correctly.
Hmm. We should actually make "unpack_entry()" return print an error and
return NULL for these cases, rather than die, I think.
Most of the callers seem to already check for NULL (not "load_tree()" in
fast-import.c), but for something like fsck, while "die()" is obviously
better than a SIGSEGV, we should probably continue and try to see what
else we find.
(Although, to be honest, it might not matter. If your pack-file is corrupt
enough for this to trigger, there's seldom anything interesting fsck will
tell, so in practical terms this probably isn't a big deal).
Linus
next prev parent reply other threads:[~2007-08-25 15:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-25 7:26 [PATCH] Don't segfault if we failed to inflate a packed delta Shawn O. Pearce
2007-08-25 8:30 ` [PATCH 1/2] blame: check return value from read_sha1_file() Junio C Hamano
2007-08-25 8:30 ` [PATCH 2/2] pack-objects: " Junio C Hamano
2007-08-25 15:19 ` Linus Torvalds [this message]
2007-08-25 17:56 ` [PATCH] Don't segfault if we failed to inflate a packed delta Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.LFD.0.999.0708250815150.25853@woody.linux-foundation.org \
--to=torvalds@linux-foundation.org \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=spearce@spearce.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).