Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: can: usb: gs_usb: Fix buffer on stack
commit b05c73b upstream. Allocate buffers on HEAP instead of STACK for local structures that are to be sent using usb_control_msg(). Signed-off-by: Maksim Salau <maksim.salau@gmail.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- Loading branch information