b1fe723a7f7261e1127ffb17c7ff564918e88203
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.
Description
No description provided
Languages
C
80.7%
CMake
11.8%
Shell
3.2%
Makefile
1.5%
M4
1.4%
Other
1.4%