zephyr/subsys/net/ip/l2
Jukka Rissanen 72e73b2bd6 net: arp: Do not try to access NULL pointer
When the ARP message is received when the device is starting up,
the network interface might not yet have IPv4 address setup
correctly. In this case, the IP address pointer could be NULL
and we must not use it for anything.

Fixes #752

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-07-11 20:18:32 +03:00
..
ieee802154 net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
arp.c net: arp: Do not try to access NULL pointer 2017-07-11 20:18:32 +03:00
bluetooth_shell.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
bluetooth.c net: bt: Check return of bt_conn_get_info 2017-07-10 13:53:01 +03:00
dummy.c net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
ethernet.c net: l2: Clear arp cache when disable interface. 2017-04-28 15:01:08 +03:00
Kconfig doc: misspellings in Kconfig files 2017-05-05 19:38:53 -04:00
Makefile net: bt: Add shell support 2017-01-13 14:36:42 +00:00