can: ucan: use strscpy() to instead of strncpy()
authorXu Panda <xu.panda@zte.com.cn>
Wed, 7 Dec 2022 01:09:09 +0000 (09:09 +0800)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Mon, 12 Dec 2022 10:41:24 +0000 (11:41 +0100)
commit7fdaf8966aae476deafe11f9a0067ff588615444
treeaa3c86fdd429af329bdd45d35607084d158644b2
parent5425094a39caf1cf501a71a0c149604656046acb
can: ucan: 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>
Link: https://lore.kernel.org/all/202212070909095189693@zte.com.cn
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/usb/ucan.c