x-heep icon indicating copy to clipboard operation
x-heep copied to clipboard

Dynamic memory allocation issue

Open LinusCrugnola opened this issue 9 months ago • 0 comments

  • 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

LinusCrugnola avatar May 16 '24 12:05 LinusCrugnola