1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/network_layer
Martine Lenders 159accff37 gnrc_ipv6: fix source check for loopback address
When the destination address is the loopback address (`::1`) in GNRC
the selected network interface typically is `NULL`, as with GNRC no
loopback interface de facto exists. So the assertion when checking if
the source address is valid if `netif != NULL` fails on that check.
This change fixes that issue by checking if the destination address is
the loopback address, before checking the validity of the source
address.
2019-12-05 23:38:53 +01:00
..
icmpv6 sys/net: fix typos 2019-11-23 22:39:38 +01:00
ipv6 gnrc_ipv6: fix source check for loopback address 2019-12-05 23:38:53 +01:00
ndp sys/net: fix typos 2019-11-23 22:39:38 +01:00
sixlowpan gnrc_sixlowpan_frag_rb: fix memory-leak in _rm_by_datagram() 2019-11-29 15:38:13 +01:00