Hash :
f227e78a
Author :
Date :
2007-04-29T15:40:30
Guard against vsnprintf implementations that mishandle a size=0 argument.
Files:
tests/test-snprintf-posix.c
tests/test-snprintf-posix.h
tests/test-snprintf.c
Depends-on:
stdint
configure.ac:
AC_DEFINE([CHECK_SNPRINTF_POSIX], 1,
[Define to 1 for strict checking in test-snprintf.c.])
Makefile.am:
TESTS += test-snprintf-posix test-snprintf
check_PROGRAMS += test-snprintf-posix test-snprintf
EXTRA_DIST += test-snprintf-posix.h