summaryrefslogtreecommitdiffstats
path: root/split-index.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2020-03-30 16:03:20 +0200
committerJunio C Hamano <gitster@pobox.com>2020-03-30 19:59:08 +0200
commiteccce5253b9bfb17238f7d94c9ccf1cfd935eeb2 (patch)
tree1246e979d2523a258c5062327b96fe6f44dc51b5 /split-index.c
parentoid_array: use size_t for count and allocation (diff)
downloadgit-eccce5253b9bfb17238f7d94c9ccf1cfd935eeb2.tar.xz
git-eccce5253b9bfb17238f7d94c9ccf1cfd935eeb2.zip
oid_array: use size_t for iteration
The previous commit started using size_t for our allocations. There are some iterations that use int or unsigned, though. These aren't dangerous with respect to memory, but they could produce incorrect results. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'split-index.c')
0 files changed, 0 insertions, 0 deletions