liquidio: use strscpy() to instead of strncpy()
authorXu Panda <xu.panda@zte.com.cn>
Fri, 9 Dec 2022 07:34:49 +0000 (15:34 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Dec 2022 10:00:55 +0000 (10:00 +0000)
commitf6b759f56d1e2e3333a14936830e2377cbc9539e
tree25327f9b771d113ad08318ac3ee3144a145c8973
parent94d30e8933382184b257e94ac0d020d3f56ed614
liquidio: use strscpy() to instead of strncpy()

The implementation of strscpy() is more robust and safer.
That's now the recommended way to copy NUL terminated strings.

Signed-off-by: Xu Panda <xu.panda@zte.com.cn>
Signed-off-by: Yang Yang <yang.yang29@zte.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/cavium/liquidio/octeon_console.c