nuttx-apps/canutils/slcan
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 canutils/slcan: make stacksize configurable 2022-01-23 01:34:23 +08:00
Make.defs canutils/slcan: Add SLCAN utility 2021-01-21 11:12:14 -03:00
Makefile canutils/slcan: make stacksize configurable 2022-01-23 01:34:23 +08:00
slcan.c net: fix compiler warning 2023-02-08 00:35:39 +08:00
slcan.h canutils/slcan: use syslog and cleanup 2021-01-21 11:12:14 -03:00