[PATCH] Fix count-delta overcounting
commit8b7d510fb182ca40bd0f905bb2f5543b0d9549de
authorJunio C Hamano <junkio@cox.net>
Sat, 28 May 2005 19:22:38 +0000 (28 12:22 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 29 May 2005 19:01:06 +0000 (29 12:01 -0700)
tree5c0a0dd28045a9c5aacd5679c58cbb1536eaf4e8
parent844e6e4d58d3e52eee7fb490bfaeadaa5ea2d59c
[PATCH] Fix count-delta overcounting

The count-delta routine sometimes overcounted the copied source
material which resulted in unsigned int wraparound.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
count-delta.c