| ~~~ src/write_splunk_test.c:204:7: error: ‘strncpy’ specified bound 128 equals destination size [-Werror=stringop-truncation] 204 | strncpy(vl.type, cases[i].type, sizeof(vl.type)); | ^~~~ src/write_splunk_test.c:206:7: error: ‘strncpy’ specified bound 128 equals destinati...
Fix error: 'strncpy' specified bound 16 equals destination size Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com> --- netutils/netlib/netlib_autoconfig.c | 2 +- netutils/netlib/netlib_getdripv4addr.c | 2 +- netutils/netlib/netlib_getessid.c | 2 +- netutils/netlib/netlib_getifst...