diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-01-09 20:04:52 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-09 17:54:25 -0800 |
commit | 1c23d794bfa3b9f3e03b18bb7e542615a924dbe3 (patch) | |
tree | fd04e34a716ecabee7eab283ffecb22f0b6fdee1 /commit.h | |
parent | Update git-svn manpage to remove the implication that SVN::* is optional. (diff) | |
download | tgif-1c23d794bfa3b9f3e03b18bb7e542615a924dbe3.tar.xz |
Don't die in git-http-fetch when fetching packs.
My sp/mmap changes to pack-check.c modified the function such that
it expects packed_git.pack_size to be populated with the total
bytecount of the packfile by the caller.
But that isn't the case for packs obtained by git-http-fetch as
pack_size was not initialized before being accessed. This caused
verify_pack to think it had 2^32-21 bytes available when the
downloaded pack perhaps was only 305 bytes in length. The use_pack
function then later dies with "offset beyond end of packfile"
when computing the overall file checksum.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'commit.h')
0 files changed, 0 insertions, 0 deletions