zephyr/net/ip/contiki/ipv6
Jaakko Hannikainen 2652c0e5a9 net: contiki: Add NULL check to neighbor polling
The function is getting called with NULL bufs, so uip_len cannot be
called on them. The stack further down handles NULL buffers correctly.

Jira: ZEP-474

Change-Id: I85fb045ec76bea2a83c64d0f72eabba4e661f5f4
Signed-off-by: Jaakko Hannikainen <jaakko.hannikainen@intel.com>
2016-08-02 05:25:59 +00:00
..
multicast
uip-ds6-nbr.c net: contiki: Add NULL check to neighbor polling 2016-08-02 05:25:59 +00:00
uip-ds6-nbr.h
uip-ds6-route.c net: ip: Enable Kconfig based debug options for the IP stack 2016-02-25 11:03:55 +00:00
uip-ds6-route.h
uip-ds6.c net: contiki: Print prefix information properly when debugging 2016-03-07 11:06:42 +00:00
uip-ds6.h
uip-icmp6.c net: contiki: Fix ICMPv6 error message debug print 2016-03-09 08:35:42 +00:00
uip-icmp6.h
uip-nd6.c net: ip: Enable Kconfig based debug options for the IP stack 2016-02-25 11:03:55 +00:00
uip-nd6.h
uip6.c net: contiki: Prevent a null dereference 2016-07-29 18:05:45 +00:00