b1fe723a7f
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 |