aboutsummaryrefslogtreecommitdiff
path: root/merge-tree.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-09-12 23:53:27 -0700
committerJunio C Hamano <junkio@cox.net>2006-09-13 00:33:14 -0700
commit5df1e0d05cc42aeef9bf2fce243375fb6dac2121 (patch)
tree13b3c830cc345cdc9eb54c99578380b51e26f61e /merge-tree.c
parentcdad8bbe92a447233133be8f9f3015c1bd7e10eb (diff)
downloadgit-5df1e0d05cc42aeef9bf2fce243375fb6dac2121.tar.gz
git-5df1e0d05cc42aeef9bf2fce243375fb6dac2121.tar.xz
http-fetch: fix alternates handling.
Fetch over http from a repository that uses alternates to borrow from neighbouring repositories were quite broken, apparently for some time now. We parse input and count bytes to allocate the new buffer, and when we copy into that buffer we know exactly how many bytes we want to copy from where. Using strlcpy for it was simply stupid, and the code forgot to take it into account that strlcpy terminated the string with NUL. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'merge-tree.c')
0 files changed, 0 insertions, 0 deletions