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)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 31 Aug 2018 15:46:19 +0000 (18:46 +0300)
commit199ba9faca909e77ac533449ecd1248123ce89e7
treed31dc7a0c50816faa0b61899cee69d989249efb2
parent5945310a175506f743b68fd6812dbcd1b3c95ec1
rtl8187: Fix warning generated when strncpy() destination length matches the sixe argument

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>
drivers/net/wireless/realtek/rtl818x/rtl8187/leds.c