summaryrefslogtreecommitdiff
path: root/builtin/config.c
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2014-01-27 20:36:12 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2014-01-28 11:59:47 -0800
commit53ec551c87c731c5c4171e943842998bdfb5548e (patch)
tree8a7d9b6385a7987b28392f33f2299b2399e03c65 /builtin/config.c
parentconfig: expand tildes in include.path variable (diff)
downloadtgif-53ec551c87c731c5c4171e943842998bdfb5548e.tar.xz
expand_user_path: do not look at NULL path
We explicitly check for and handle the case that the incoming "path" variable is NULL, but before doing so we call strchrnul on it, leading to a potential segfault. We can fix this simply by moving the strchrnul call down; as a bonus, we can tighten the scope on the associated variable. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/config.c')
0 files changed, 0 insertions, 0 deletions