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
2009-05-12 22:21:50 +03:00
2009-06-15 22:30:17 +03:00
2009-05-12 22:21:50 +03:00
2009-06-15 13:53:53 +03:00
Description
No description provided
2.1 MiB
Languages
C 80.7%
CMake 11.8%
Shell 3.2%
Makefile 1.5%
M4 1.4%
Other 1.4%