mjson icon indicating copy to clipboard operation
mjson copied to clipboard

src/mjson.c: using alloca in a loop can lead to a stack overflow

Open b4yuan opened this issue 1 year ago • 0 comments

Replacing alloca with malloc and free to prevent a stack overflow.

b4yuan avatar Jun 28 '23 18:06 b4yuan