x-heep
x-heep copied to clipboard
Dynamic memory allocation issue
- Example of malloc not working as intended in first commit
- A quick fix for some of the issues in the second commit
Remaining problems:
- NULL suddenly get 0x8
- If only checking malloc() return for not being NULL, it still does not work