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
..
2022-10-16 19:07:16 +02:00
2022-10-16 19:07:16 +02:00
2021-06-16 09:03:06 -05:00
2022-10-06 12:20:32 +02:00
2021-06-16 09:03:06 -05:00
2022-03-08 01:44:49 +08:00
2022-10-06 12:20:32 +02:00
2021-06-16 09:03:06 -05:00
2022-10-16 19:07:16 +02:00
2021-06-16 09:03:06 -05:00
2023-02-08 00:35:39 +08:00