b43legacy/leds: Ensure NUL-termination of LED name string
authorMichael Büsch <m@bues.ch>
Tue, 31 Jul 2018 19:14:16 +0000 (21:14 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 9 Aug 2018 15:44:54 +0000 (18:44 +0300)
commit4d77a89e3924b12f4a5628b21237e57ab4703866
tree310614505fcaa81ddc5f01e35c6810f177d14db2
parent2aa650d1950fce94f696ebd7db30b8830c2c946f
b43legacy/leds: Ensure NUL-termination of LED name string

strncpy might not NUL-terminate the string, if the name equals the buffer size.
Use strlcpy instead.

Signed-off-by: Michael Buesch <m@bues.ch>
Cc: stable@vger.kernel.org
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/broadcom/b43legacy/leds.c