detect stack overflows

This commit is contained in:
2021-01-01 19:20:24 -06:00
parent 84f7895684
commit 509823e1bc
4 changed files with 49 additions and 28 deletions

View File

@@ -4,6 +4,7 @@
#include "cchunk.h"
#include "cdebug.h"
#include "cmem.h"
#include "cvm.h"
#include <string.h>