mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
660440c1c2
The `_next_removable` list manages the cache-out of the neighbor cache. However, when a neighbor cache entry is removed, it is not removed from that list, which may lead to a segmentation fault when that list is accessed, since the whole entry (including its list pointer) is zeroed after removal. With this change the entry is removed from that list accordingly before the zeroing happens. |
||
---|---|---|
.. | ||
blacklist | ||
ext | ||
hdr | ||
nib | ||
whitelist | ||
gnrc_ipv6.c | ||
Makefile |