mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
c95e8553ef
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. |
||
---|---|---|
.. | ||
tests | ||
app.config.test | ||
main.c | ||
Makefile | ||
Makefile.ci | ||
mods-k | ||
mods-no-k | ||
README.md |
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.