b43/leds: Ensure NUL-termination of LED name string
authorMichael Buesch <m@bues.ch>
Tue, 31 Jul 2018 19:14:04 +0000 (21:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Sep 2018 07:20:09 +0000 (09:20 +0200)
commit4a92d74e4f311635d12c593b3ef2b66c460a843b
tree2e0e37762da0fa4564e57ecca972c5f7174eb987
parenta8625b187d7e75af3962d0840e2595f1008ca52b
b43/leds: Ensure NUL-termination of LED name string

commit 2aa650d1950fce94f696ebd7db30b8830c2c946f upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/wireless/broadcom/b43/leds.c