mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +01:00
Strictly speaking, this is not actually a use after free, as only the address of the freed memory chunk is printed. The freed memory is not accesses. However, this is more idiomatic this way.
heap_cmd application
Shell-based test application for the heap functions malloc, free
and heap_stats. Use the help command to get more information on how to use
it.