summaryrefslogtreecommitdiff
path: root/builtin-fetch.c
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-09-25 04:13:25 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-09-25 06:25:26 (GMT)
commit4491e62ae932d5774f628d1bd3be663c11058a73 (patch)
tree4a47cf0b2da34de6a673703e388dadd3442c1a6b /builtin-fetch.c
parent7dfee372b08f653c2709c90bea986e4ed608f410 (diff)
downloadgit-4491e62ae932d5774f628d1bd3be663c11058a73.zip
git-4491e62ae932d5774f628d1bd3be663c11058a73.tar.gz
git-4491e62ae932d5774f628d1bd3be663c11058a73.tar.bz2
Prevent send-pack from segfaulting when a branch doesn't match
If `git push url foo` can't find a local branch named foo we can't match it to any remote branch as the local branch is NULL and its name is probably at position 0x34 in memory. On most systems that isn't a valid address for git-send-pack's virtual address space and we segfault. If we can't find a source match and we have no destination we need to abort the match function early before we try to match the destination against the remote. Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-fetch.c')
0 files changed, 0 insertions, 0 deletions