block: use strscpy() to instead of strncpy() for-6.6/block for-6.6/block-2023-08-28
authorXu Panda <xu.panda@zte.com.cn>
Sat, 3 Dec 2022 06:22:58 +0000 (14:22 +0800)
committerJens Axboe <axboe@kernel.dk>
Wed, 23 Aug 2023 00:07:50 +0000 (18:07 -0600)
commit146afeb235ccec10c17ad8ea26327c0c79dbd968
tree737fad9a7d7fecfeb94966fca627908c336e4444
parent3bfeb61256643281ac4be5b8a57e9d9da3db4335
block: 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: Justin Stitt <justinstitt@google.com>
Link: https://lore.kernel.org/r/202212031422587503771@zte.com.cn
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/partitions/cmdline.c