Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2022-07-07 14:56:12 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-07-08 15:58:25 +0300
commit3d0dc539029b09fbd125444c16b11a8ed10b9d0f (patch)
treeaa1d9621110c19a0010bb1f07acf1c85ccb2e284 /drivers/usb/host/ehci-fsl.c
parent6fb9e1d94789e8ee5a258a23bc588693f743fd6c (diff)
usb: gadget: uvc: fix changing interface name via configfs
When setting the function name, it is always truncated by one char since snprintf is always including the null-termination in the len parameter. We use strscpy and fix the size setting to use len + 1 instead. Fixes: 324e4f85070f ("usb: gadget: uvc: allow changing interface name via configfs") Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Link: https://lore.kernel.org/r/20220707115612.2760569-1-m.grzeschik@pengutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ehci-fsl.c')
0 files changed, 0 insertions, 0 deletions