1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/routing/rpl
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
..
srh gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
gnrc_rpl_control_messages.c gnrc_ipv6_netif: fixed crash when ENABLE_DEBUG is 1. 2016-01-07 10:08:37 +09:00
gnrc_rpl_dodag.c rpl: reuse timer for periodic daos 2015-11-20 10:06:07 +01:00
gnrc_rpl_of_manager.c gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
gnrc_rpl.c sys: adapted to renamed THREAD FLAGS 2015-12-07 22:09:47 +01:00
Makefile gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
of0.c rpl: minor code cleanup 2015-08-21 13:54:39 +02:00
of0.h gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00