summaryrefslogtreecommitdiff
path: root/copy.c
diff options
context:
space:
mode:
authorLibravatar René Scharfe <l.s.r@web.de>2017-07-08 10:58:42 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-07-09 09:30:42 -0700
commit2d105451c0768fc3e9600dec7bca2376f482521e (patch)
tree0e2c16b5b521193e49acdde21f9c9cac25a1da7b /copy.c
parentapply: use starts_with() in gitdiff_verify_name() (diff)
downloadtgif-2d105451c0768fc3e9600dec7bca2376f482521e.tar.xz
apply: use strcmp(3) for comparing strings in gitdiff_verify_name()
We don't know the length of the C string "another". It could be shorter than "name", which we compare it to using memchr(3). Call strcmp(3) instead to avoid running over the end of the former, and get rid of a strlen(3) call as a bonus. Signed-off-by: Rene Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'copy.c')
0 files changed, 0 insertions, 0 deletions