zephyr/subsys/net/ip
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
..
l2 net: openthread: Add function for getting current radio channel 2018-05-18 15:09:53 +03:00
6lo.c
6lo.h
6lo_private.h
CMakeLists.txt net/mgmt: Add initial WiFi management API definitions 2018-04-12 09:56:07 -04:00
Kconfig net: Fix dependency to offload driver in Kconfig 2018-05-24 08:03:32 -04:00
Kconfig.debug
Kconfig.ipv4 net: if: vlan: Add virtual lan support 2018-04-05 08:54:19 -04:00
Kconfig.ipv6 net: if: vlan: Add virtual lan support 2018-04-05 08:54:19 -04:00
Kconfig.mgmt
Kconfig.rpl
Kconfig.stack
Kconfig.stats net: stats: Add infrastructure for collecting ethernet stats 2018-04-11 16:49:48 +03:00
connection.c net: conn: Fix is_invalid_packet 2018-05-21 22:49:19 -04:00
connection.h
dhcpv4.c
dhcpv4.h
icmpv4.c net: stats: Make statistics collection per network interface 2018-04-10 13:29:39 +03:00
icmpv4.h
icmpv6.c net: icmpv6: replace NET_ASSERT with NET_ERR 2018-05-18 21:18:10 +03:00
icmpv6.h
ipv4.c net: tcp: expose some TCP helper functions 2018-05-15 18:07:47 +03:00
ipv4.h
ipv6.c net: tcp: expose some TCP helper functions 2018-05-15 18:07:47 +03:00
ipv6.h
nbr.c
nbr.h
net_context.c net: tcp: expose some TCP helper functions 2018-05-15 18:07:47 +03:00
net_core.c net: tcp: expose some TCP helper functions 2018-05-15 18:07:47 +03:00
net_if.c net: if: Add functions to get correct IPv4 address 2018-05-03 12:47:52 +03:00
net_mgmt.c net/mgmt: Move NET_EVENT_INFO_MAX_SIZE into net core's private header 2018-04-12 09:56:07 -04:00
net_pkt.c net: tcp: expose some TCP helper functions 2018-05-15 18:07:47 +03:00
net_private.h net/mgmt/wifi: Add dedicated net mgmt hooks for WiFi offload devices 2018-04-12 09:56:07 -04:00
net_shell.c net: tcp: expose some TCP helper functions 2018-05-15 18:07:47 +03:00
net_shell.h
net_stats.c net: stats: Make statistics collection per network interface 2018-04-10 13:29:39 +03:00
net_stats.h net: stats: Make statistics collection per network interface 2018-04-10 13:29:39 +03:00
net_tc.c net: tc: Proper packet priority to traffic class mapping 2018-05-04 11:06:43 +03:00
route.c
route.h
rpl-mrhof.c
rpl-of0.c
rpl.c net: rpl: fix null pointer dereference 2018-05-25 09:03:34 -04:00
rpl.h
tcp.c net: tcp: Define single config option for TIME_WAIT delay 2018-05-16 11:03:49 +03:00
tcp_internal.h net: tcp: expose some TCP helper functions 2018-05-15 18:07:47 +03:00
trickle.c
udp.c
udp_internal.h
utils.c