1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/gnrc/network_layer/ipv6
Yonezawa-T2 542e045bba 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`.
2016-01-07 10:08:37 +09:00
..
ext gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
hdr gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
nc OSX: fix warnings/errors thrown by clang on OS X 2015-12-10 11:23:56 +09:00
netif gnrc_ipv6_netif: fixed crash when ENABLE_DEBUG is 1. 2016-01-07 10:08:37 +09:00
whitelist gnrc_ipv6_whitelist: initial import 2015-09-28 16:59:53 +02:00
gnrc_ipv6.c gnrc_ipv6: make no pre-assumption about any marked headers 2015-12-18 18:31:24 +01:00
Makefile gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00