Hello, I am currently debugging an issue I have been having with malloc calls throwing an exception. What I have found was that the heap linked list seems to be getting corrupted. After tracing back the issue, I find that a local variable appears to be pl..
↧