mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 05:53:49 +01:00
Without this change a RIOT application compiled with all-asan will segfault as RIOT provides its own malloc by default. Add a define for disabling custom malloc, calloc and realloc implementations and use it when compiling with all-asan.