mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
a6ceeec29f
There is a corner cases in which the counting of allocated memory previously was wrong: When the allocation of the chunk succeeded but the allocation of the next struct node fails. This was relatively unlikely to happen, as the chunk size was much bigger than the memory required by the struct node. But it happens on the ESP32 boards resulting in failing nightlies. This fixes the issue. |
||
---|---|---|
.. | ||
tests | ||
main.c | ||
Makefile |