rtl8187: Fix warning generated when strncpy() destination length matches the sixe...
authorLarry Finger <Larry.Finger@lwfinger.net>
Mon, 20 Aug 2018 18:48:31 +0000 (13:48 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Nov 2019 17:45:47 +0000 (18:45 +0100)
commitcd554b025c09ab67c278fb8599fd268185a07628
tree0f6cbdcfba228a3659a3694f4b9d48795516df8f
parentc495a8c78b50425ae690c39f741b4a00d0c50937
rtl8187: Fix warning generated when strncpy() destination length matches the sixe argument

[ Upstream commit 199ba9faca909e77ac533449ecd1248123ce89e7 ]

In gcc8, when the 3rd argument (size) of a call to strncpy() matches the
length of the first argument, the compiler warns of the possibility of an
unterminated string. Using strlcpy() forces a null at the end.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/wireless/realtek/rtl818x/rtl8187/leds.c