8757f8df73
Before this change the program was writing into the realloc region. Direct mapping is going to enforce permissions on the realloc region, and the program doesn't have permissions to write, so move to working on the stack to avoid access violation errors. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
makefile |