-
- Downloads
gnrc_ipv6_netif: fixed crash when ENABLE_DEBUG is 1.
When ENABLE_DEBUG is 1, `out` is dereferenced unconditionally, but `_parse_options` in `gnrc_rpl_control_messages.c` calls it with NULL. Clarified `out` must not NULL and fixed `_parse_options`.
Showing
- sys/include/net/gnrc/ipv6/netif.h 2 additions, 0 deletionssys/include/net/gnrc/ipv6/netif.h
- sys/net/gnrc/network_layer/ipv6/netif/gnrc_ipv6_netif.c 1 addition, 4 deletionssys/net/gnrc/network_layer/ipv6/netif/gnrc_ipv6_netif.c
- sys/net/gnrc/routing/rpl/gnrc_rpl_control_messages.c 2 additions, 1 deletionsys/net/gnrc/routing/rpl/gnrc_rpl_control_messages.c
Loading
Please register or sign in to comment