nuttx/net/icmp
YAMAMOTO Takashi bf9ba474a5 net/icmp/icmp_recvfrom.c: fix a NULL dereference
Found by clang-check:

icmp/icmp_recvfrom.c:374:30: warning: Dereference of null pointer (loaded from variable 'fromlen')
      if (fromlen == NULL && *fromlen < sizeof(struct sockaddr_in))
                             ^~~~~~~~
1 warning generated.
2020-07-30 16:16:21 +02:00
..
icmp_conn.c
icmp_input.c net/icmp/icmp_input.c: Fix memset() implicit decl warning 2020-02-25 12:17:55 -06:00
icmp_netpoll.c
icmp_poll.c
icmp_recvfrom.c net/icmp/icmp_recvfrom.c: fix a NULL dereference 2020-07-30 16:16:21 +02:00
icmp_sendto.c Run nxstyle all .c and .h files modified by PR. 2020-05-17 14:01:00 -03:00
icmp_sockif.c net: Add SocketCAN support 2020-06-15 08:07:19 -06:00
icmp.h
Kconfig
Make.defs