]> git.ipfire.org Git - thirdparty/git.git/commit - fetch-pack.c
xgethostname: handle long hostnames
authorDavid Turner <dturner@twosigma.com>
Tue, 18 Apr 2017 21:57:43 +0000 (17:57 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Apr 2017 02:58:04 +0000 (19:58 -0700)
commit5781a9a2703e96b01587bb95ceebcc53f2cee91c
treea0c233542e0d0e694a699f191a16c358d7415122
parentda25bdb7766c01665500cf7c7b75e76ea1f28b49
xgethostname: handle long hostnames

If the full hostname doesn't fit in the buffer supplied to
gethostname, POSIX does not specify whether the buffer will be
null-terminated, so to be safe, we should do it ourselves.  Introduce
new function, xgethostname, which ensures that there is always a \0
at the end of the buffer.

Signed-off-by: David Turner <dturner@twosigma.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/gc.c
builtin/receive-pack.c
fetch-pack.c
git-compat-util.h
ident.c
wrapper.c