mirror of
https://github.com/akheron/jansson.git
synced 2025-04-05 05:25:04 +00:00
C library for encoding, decoding and manipulating JSON data
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. |
||
---|---|---|
src | ||
.gitignore | ||
config.h.in | ||
configure.ac | ||
Makefile.am | ||
TODO |