ipmi/watchdog: use strscpy() to instead of strncpy()
authoryang.yang29@zte.com.cn <yang.yang29@zte.com.cn>
Mon, 5 Dec 2022 11:36:40 +0000 (19:36 +0800)
committerCorey Minyard <cminyard@mvista.com>
Mon, 5 Dec 2022 12:50:09 +0000 (06:50 -0600)
commitc6f613e5f35b0e2154d5ca12f0e8e0be0c19be9a
tree35ca6ccdb94514fb2f87e37ffbf02b8a43ceb457
parentb8fadb396414972c7e526f3f94c0b4d114d2b2a1
ipmi/watchdog: use strscpy() to instead of strncpy()

Xu Panda <xu.panda@zte.com.cn>

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>
Message-Id: <202212051936400309332@zte.com.cn>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_watchdog.c