mirror of
https://github.com/json-c/json-c.git
synced 2026-04-02 20:09:06 +08:00
PR#331: for Visual Studio, use a snprintf/vsnprintf wrapper that ensures the string is terminated.
This commit is contained in:
@@ -31,13 +31,7 @@
|
||||
#include "json_util.h"
|
||||
#include "math_compat.h"
|
||||
#include "strdup_compat.h"
|
||||
|
||||
#if !defined(HAVE_SNPRINTF) && defined(_MSC_VER)
|
||||
/* MSC has the version as _snprintf */
|
||||
# define snprintf _snprintf
|
||||
#elif !defined(HAVE_SNPRINTF)
|
||||
# error You do not have snprintf on your system.
|
||||
#endif /* HAVE_SNPRINTF */
|
||||
#include "snprintf_compat.h"
|
||||
|
||||
// Don't define this. It's not thread-safe.
|
||||
/* #define REFCOUNT_DEBUG 1 */
|
||||
|
||||
Reference in New Issue
Block a user