Closed adamierymenko closed 7 years ago
If you allocate this buffer on the stack you get a stack overflow on large objects. This is a fix that allocates it on the heap.
Thanks
If you allocate this buffer on the stack you get a stack overflow on large objects. This is a fix that allocates it on the heap.