1
0
mirror of https://github.com/git/git.git synced 2024-09-28 10:00:54 +02:00
git/compat
Michal Rokos c4582f93a2 Add compat/snprintf.c for systems that return bogus
Some systems (namely HPUX and Windows) return -1 when maxsize in snprintf()
and in vsnprintf() is reached. So replace snprintf() and vsnprintf()
functions with our own ones that return correct value upon overflow.

[jc: verified that review comments by J6t have been incorporated, and
 tightened the check to verify the resulting buffer contents, suggested
 by Wayne Davison]

Signed-off-by: Michal Rokos <michal.rokos@nextsoft.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2008-03-05 13:12:07 -08:00
..
fopen.c
hstrerror.c
inet_ntop.c
inet_pton.c
memmem.c
mkdtemp.c
mmap.c
pread.c
qsort.c
setenv.c
snprintf.c Add compat/snprintf.c for systems that return bogus 2008-03-05 13:12:07 -08:00
strcasestr.c
strlcpy.c
strtoumax.c
unsetenv.c