diff options
author | Jeff King <peff@peff.net> | 2014-01-27 20:36:12 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-01-28 11:59:47 -0800 |
commit | 53ec551c87c731c5c4171e943842998bdfb5548e (patch) | |
tree | 8a7d9b6385a7987b28392f33f2299b2399e03c65 /contrib/git-resurrect.sh | |
parent | config: expand tildes in include.path variable (diff) | |
download | tgif-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 'contrib/git-resurrect.sh')
0 files changed, 0 insertions, 0 deletions