power: supply: test-power: use strscpy() instead of strncpy()
authorXu Panda <xu.panda@zte.com.cn>
Fri, 23 Dec 2022 02:42:35 +0000 (10:42 +0800)
committerSebastian Reichel <sre@kernel.org>
Fri, 3 Feb 2023 12:43:48 +0000 (13:43 +0100)
commit3639dbd74e2e827d544bdb28b663a44449c014e1
tree81f9cc14c990feb29af7714c8c35fd22d2bf4c97
parente2b018cb55151cbee2c4b8f48ef731f0a683b9b6
power: supply: test-power: use strscpy() 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>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/test_power.c