mjson
mjson copied to clipboard
src/mjson.c: using alloca in a loop can lead to a stack overflow
Replacing alloca
with malloc
and free
to prevent a stack overflow.