1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net
Sören Tempel af03cd8f4f gnrc_netif: add missing gnrc_netif_release() to early return
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.
2020-10-13 04:42:52 +02:00
..
application_layer net/gcoap: Register additional resources head-first 2020-10-02 21:04:25 +02:00
ble treewide: change prefix for generated Kconfig symbols. 2020-08-31 09:37:09 +02:00
credman treewide: change prefix for generated Kconfig symbols. 2020-08-31 09:37:09 +02:00
crosslayer netopt: add NETOPT_PDU_SIZE 2020-07-29 11:57:52 +02:00
gnrc gnrc_netif: add missing gnrc_netif_release() to early return 2020-10-13 04:42:52 +02:00
link_layer ieee802154_submac: add initial implementation 2020-09-30 17:25:31 +02:00
lora net/lora : Change defaults 2020-09-30 20:00:03 +05:30
netdev_test
netif treewide: change prefix for generated Kconfig symbols. 2020-08-31 09:37:09 +02:00
network_layer sys: Cleanup access to internal variables 2020-08-24 20:28:11 +02:00
sock net/sock : Update documentation 2020-09-04 16:29:13 +05:30
transport_layer
doc.txt
Kconfig net/lora : Expose to Kconfig 2020-09-30 20:00:03 +05:30