]> git.ipfire.org Git - thirdparty/git.git/commit
Add compat/snprintf.c for systems that return bogus
authorMichal Rokos <michal.rokos@nextsoft.cz>
Wed, 5 Mar 2008 15:46:13 +0000 (16:46 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Mar 2008 21:12:07 +0000 (13:12 -0800)
commitc4582f93a263bea534288e7f7ad8937405964cd4
tree0347f5c0606376d6ebd8e35dd4636139711fd8ac
parentb9217642ef2db34e2cbeaef8d4439b07a03027cd
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>
Makefile
compat/snprintf.c [new file with mode: 0644]
config.mak.in
configure.ac
git-compat-util.h