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
..
2019-11-23 22:39:07 +01:00
2019-11-23 22:39:40 +01:00
2020-10-05 12:32:51 +02:00
2020-02-20 13:24:14 +01:00
2019-11-23 22:39:37 +01:00
2020-04-07 17:48:39 +02:00
2019-11-23 22:39:38 +01:00
2020-09-11 13:01:31 +02:00
2020-09-02 19:16:30 +02:00
2020-06-19 10:44:56 +02:00
2020-09-10 10:08:27 +02:00
2020-06-10 21:21:33 +02:00
2020-02-11 13:59:59 +01:00
2020-10-05 18:27:58 +02:00