]> git.ipfire.org Git - thirdparty/json-c.git/commit
PR#331: for Visual Studio, use a snprintf/vsnprintf wrapper that ensures the string...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Fri, 25 Aug 2017 05:15:39 +0000 (01:15 -0400)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Fri, 25 Aug 2017 05:15:39 +0000 (01:15 -0400)
commit81f6edbfd579214b3e337885b5148c3931780365
treeb5c20e4f00be3d6170c33a9189aabf87568af5cf
parent256ebcd82779e180ca76daef695c407d23272832
PR#331: for Visual Studio, use a snprintf/vsnprintf wrapper that ensures the string is terminated.
json_object.c
json_util.c
printbuf.c
snprintf_compat.h [new file with mode: 0644]
tests/test_locale.c
vasprintf_compat.h