1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/malloc
Gunar Schorcht 136849661a tests/malloc: fix of dereferencing a NULL pointer
If the memory is exhausted during the allocation of the new `head` structure, subsequent accesses to `head` will result in dereferencing of a NULL pointer.
2019-03-23 14:01:28 +01:00
..
main.c tests/malloc: fix of dereferencing a NULL pointer 2019-03-23 14:01:28 +01:00
Makefile tests: remove DEVELHELP from per test Makefiles 2017-12-14 17:54:13 +01:00