mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
af03cd8f4f
The gnrc_netif_ipv6_addr_add_internal() function unconditionally acquires the global netif rmutex lock but doesn't release this lock on this specific path (i.e. if gnrc_netif_ipv6_group_join_internal failed). This can cause a deadlock as no other thread will afterwards be capable of acquiring the netif lock. |
||
---|---|---|
.. | ||
application_layer | ||
ble | ||
credman | ||
crosslayer | ||
gnrc | ||
link_layer | ||
lora | ||
netdev_test | ||
netif | ||
network_layer | ||
sock | ||
transport_layer | ||
doc.txt | ||
Kconfig |