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
..
2020-07-29 11:57:52 +02:00
2020-09-30 20:00:03 +05:30
2018-03-06 14:00:32 +01:00
2020-09-04 16:29:13 +05:30
2018-06-11 19:12:02 +02:00
2015-08-30 14:00:33 +02:00
2020-09-30 20:00:03 +05:30