nuttx-apps/netutils/netlib
chao an 8ad4ae5508 net: fix compiler warning
sixlowpan_assocresp.c: In function ‘sixlowpan_assoc_resp’:
sixlowpan_assocresp.c:48:3: warning: ‘strncpy’ specified bound 16 equals destination size [-Wstringop-truncation]
   48 |   strncpy(arg.ifr_name, ifname, IFNAMSIZ);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: chao an <anchao@xiaomi.com>
2023-02-08 00:35:39 +08:00
..
Kconfig
Make.defs Make.defs: Change "ifeq ($(XXX),y)" to "ifneq ($(XXX),) 2022-10-16 14:59:08 +02:00
Makefile netutils: Add iptables in netlib. 2022-12-29 14:26:41 +08:00
netlib_autoconfig.c Fix error: 'strncpy' specified bound 16 equals destination size 2022-02-15 12:38:03 +01:00
netlib_delarp.c arp: Remove the unnecessary inclusion of nuttx/net/arp 2022-12-16 22:11:10 +02:00
netlib_eaddrconv.c
netlib_ethaddrconv.c
netlib_getarp.c arp: Remove the unnecessary inclusion of nuttx/net/arp 2022-12-16 22:11:10 +02:00
netlib_getarptab.c arp: Remove the unnecessary inclusion of nuttx/net/arp 2022-12-16 22:11:10 +02:00
netlib_getdevs.c arp: Remove the unnecessary inclusion of nuttx/net/arp 2022-12-16 22:11:10 +02:00
netlib_getdripv4addr.c Fix error: 'strncpy' specified bound 16 equals destination size 2022-02-15 12:38:03 +01:00
netlib_getessid.c Fix error: 'strncpy' specified bound 16 equals destination size 2022-02-15 12:38:03 +01:00
netlib_getifstatus.c Fix the coding style issue 2022-10-06 12:20:32 +02:00
netlib_getipv4addr.c Fix error: 'strncpy' specified bound 16 equals destination size 2022-02-15 12:38:03 +01:00
netlib_getipv4netmask.c Fix error: 'strncpy' specified bound 16 equals destination size 2022-02-15 12:38:03 +01:00
netlib_getipv6addr.c Fix error: 'strncpy' specified bound 16 equals destination size 2022-02-15 12:38:03 +01:00
netlib_getmacaddr.c Fix the coding style issue 2022-10-06 12:20:32 +02:00
netlib_getnbtab.c apps: getpid should return process id not thread id 2022-11-17 17:58:45 +08:00
netlib_getnodeaddr.c netutils/netlib: Fix error: 'strncpy' specified bound 16 equals destination size 2022-03-04 22:05:14 +02:00
netlib_getpanid.c netutils/netlib: Fix error: 'strncpy' specified bound 16 equals destination size 2022-03-04 22:05:14 +02:00
netlib_getproperties.c netutils/netlib: Fix error: 'strncpy' specified bound 16 equals destination size 2022-03-04 22:05:14 +02:00
netlib_getroute.c apps: getpid should return process id not thread id 2022-11-17 17:58:45 +08:00
netlib_ipmsfilter.c
netlib_iptables.c fsutils/examples: Include unistd.h explicitly 2023-02-05 08:46:59 +02:00
netlib_ipv4adaptor.c net: fix compiler warning 2023-02-08 00:35:39 +08:00
netlib_ipv4addrconv.c
netlib_ipv4route.c
netlib_ipv4router.c
netlib_ipv6adaptor.c fsutils/examples: Include unistd.h explicitly 2023-02-05 08:46:59 +02:00
netlib_ipv6netmask2prefix.c
netlib_ipv6route.c fix issue with reading ipv6 routes. Handle space ahead of first line of route. 2022-11-22 13:20:17 +08:00
netlib_ipv6router.c
netlib_listenon.c
netlib_nodeaddrconv.c
netlib_parsehttpurl.c Fixed compiler warnings. 2022-08-23 01:39:59 +08:00
netlib_parseurl.c Fixed compiler warnings. 2022-10-24 12:03:44 +08:00
netlib_prefix2ipv6netmask.c ifconfig: Support prefixlen/CIDR for IPv6 2022-12-29 17:33:59 +08:00
netlib_saddrconv.c
netlib_server.c
netlib_setarp.c arp: Remove the unnecessary inclusion of nuttx/net/arp 2022-12-16 22:11:10 +02:00
netlib_setdripv4addr.c fix use of addroute/delroute 2022-08-27 23:50:46 +08:00
netlib_setdripv6addr.c Fix error: 'strncpy' specified bound 16 equals destination size 2022-02-15 12:38:03 +01:00
netlib_seteaddr.c netutils/netlib: Fix error: 'strncpy' specified bound 16 equals destination size 2022-03-04 22:05:14 +02:00
netlib_setessid.c Fix error: 'strncpy' specified bound 16 equals destination size 2022-02-15 12:38:03 +01:00
netlib_setifstatus.c Fix the coding style issue 2022-10-06 12:20:32 +02:00
netlib_setipv4addr.c Fix error: 'strncpy' specified bound 16 equals destination size 2022-02-15 12:38:03 +01:00
netlib_setipv4dnsaddr.c
netlib_setipv4netmask.c Fix error: 'strncpy' specified bound 16 equals destination size 2022-02-15 12:38:03 +01:00
netlib_setipv6addr.c Fix error: 'strncpy' specified bound 16 equals destination size 2022-02-15 12:38:03 +01:00
netlib_setipv6dnsaddr.c ifconfig support set IPv6 DNS server 2022-08-04 19:47:15 +08:00
netlib_setipv6netmask.c Fix error: 'strncpy' specified bound 16 equals destination size 2022-02-15 12:38:03 +01:00
netlib_setmacaddr.c Fix error: 'strncpy' specified bound 16 equals destination size 2022-02-15 12:38:03 +01:00
netlib_setnodeaddr.c netutils/netlib: Fix error: 'strncpy' specified bound 16 equals destination size 2022-03-04 22:05:14 +02:00