diff options
author | René Scharfe <l.s.r@web.de> | 2017-07-01 11:10:07 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-07-01 10:39:51 -0700 |
commit | 8bc172e5f29894d440aab772ae3a49eb2eaf5585 (patch) | |
tree | 38554c663e66eccbe33f54a4938a2f26b27dfdb7 /t/t6002-rev-list-bisect.sh | |
parent | apply: move libified code from builtin/apply.c to apply.{c,h} (diff) | |
download | tgif-8bc172e5f29894d440aab772ae3a49eb2eaf5585.tar.xz |
apply: use starts_with() in gitdiff_verify_name()
Avoid running over the end of line -- a C string whose length is not
known to this function -- by using starts_with() instead of memcmp(3)
for checking if it starts with "/dev/null". Also simply include the
newline in the string constant to compare against. Drop a comment that
just states the obvious.
Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t6002-rev-list-bisect.sh')
0 files changed, 0 insertions, 0 deletions