zephyr/subsys/net
Johann Fischer c5cfb462f9 net: rpl: fix null pointer dereference
This patch fixes possible null pointer dereference in
net_stats_update_rpl_resets(...).

net_rpl_set_root_with_version(...) does not initialize instance->iface
and calls net_rpl_reset_dio_timer(...), which then calls
net_stats_update_rpl_resets(instance->iface).

fixes: #7862

Signed-off-by: Johann Fischer <j.fischer@phytec.de>
2018-05-25 09:03:34 -04:00
..
ip net: rpl: fix null pointer dereference 2018-05-25 09:03:34 -04:00
lib net: Too long timeout was passed to k_sleep 2018-05-22 08:55:27 -04:00
CMakeLists.txt
Kconfig
Kconfig.hostname kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
TODO
buf.c net: buf: Support allocation of a net_buf pointing to external buffer 2018-02-13 16:46:32 +02:00
hostname.c net: hostname: Fix hostname buffer length 2018-04-26 16:31:16 +03:00