Go to file
Petri Lehtinen b1fe723a7f Fix json_loadf and json_loadfd with empty input
Nothing was appended to strbuffer, so the buffer was left empty. An
empty strbuffer is not an empty string but NULL, so the result was a
segfault.

This patch fixes the problem by initializing strbuffer to an empty
string.
2009-06-30 13:55:20 +03:00
src Fix json_loadf and json_loadfd with empty input 2009-06-30 13:55:20 +03:00
.gitignore Add autotools generated files to .gitignore 2009-05-16 22:26:51 +03:00
config.h.in Use autoconf, automake & libtool 2009-05-12 22:21:50 +03:00
configure.ac Don't use AM_MAINTAINER_MODE 2009-06-15 22:30:17 +03:00
Makefile.am Use autoconf, automake & libtool 2009-05-12 22:21:50 +03:00
TODO Add TODO 2009-06-15 13:53:53 +03:00