lwip/src/core/ipv4
David van Moolenbroek 0034abfa45 Always check whether netif_default is NULL
In general, netif_default may be NULL, and various places in the code
already check for this case before attempting to dereference the
netif_default pointer.  Some places do not perform this check though,
and may cause null pointer dereferences if netif_default is not set.
This patch adds NULL checks to those places as well.
2016-11-21 10:16:28 +01:00
..
autoip.c Fixed bug #49610: Sometimes, autoIP fails to reuse the same address 2016-11-16 12:24:57 +01:00
dhcp.c dhcp: Use DHCP_MAX_MSG_LEN_MIN_REQUIRED instead of hard-coded value 2016-11-07 12:36:38 +01:00
etharp.c Minor: Fix comment in etharp.c 2016-10-09 12:28:34 +02:00
icmp.c Rename IP_HDRINCL to LWIP_IP_HDRINCL 2016-08-03 20:51:21 +02:00
igmp.c Make lwIP compile with clang -Wdocumentation -> several documentation fixes 2016-10-09 12:21:39 +02:00
ip4_addr.c Cleanup hton*/ntoh* function handling and platform abstraction 2016-10-06 12:55:57 +02:00
ip4_frag.c ip4_frag: Use LWIP_MIN instead of open-coded 2016-10-19 08:37:39 +02:00
ip4.c Always check whether netif_default is NULL 2016-11-21 10:16:28 +01:00