summaryrefslogtreecommitdiffstats
path: root/fetch.c
diff options
context:
space:
mode:
authorPierre Habouzit <madcoder@debian.org>2006-08-23 11:17:55 +0200
committerJunio C Hamano <junkio@cox.net>2006-08-23 12:05:27 +0200
commitb05faa2da9ec24d737bbba47c71e815255f3eaa7 (patch)
tree81e91df42a7649b9a273b9c92c28ae80fde29340 /fetch.c
parentgit-send-email: Don't set author_not_sender from Cc: lines (diff)
downloadgit-b05faa2da9ec24d737bbba47c71e815255f3eaa7.tar.xz
git-b05faa2da9ec24d737bbba47c71e815255f3eaa7.zip
Fix a comparison bug in diff-delta.c
(1 << i) < hspace is compared in the `int` space rather that in the unsigned one. the result will be wrong if hspace is between 0x40000000 and 0x80000000. Signed-off-by: Pierre Habouzit <madcoder@debian.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'fetch.c')
0 files changed, 0 insertions, 0 deletions