Closed montegoulding closed 5 years ago
This patch ensures that very big arrays do not cause a stack overflow by allocating any variables that are array sized on the heap instead of on the stack as they were previously.
This patch ensures that very big arrays do not cause a stack overflow by allocating any variables that are array sized on the heap instead of on the stack as they were previously.