mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Koen Zandberg
232237796a
The memarray_alloc can be error prone to use as the block returned can contain data from previous uses. The memarray_calloc call added in this commit always zeroes the block before returning it to the user. |
||
---|---|---|
.. | ||
Makefile | ||
memarray.c |