commit | 942a48730faf149ccbf3e12ac718aee120bb3529 | [log] [tgz] |
---|---|---|
author | Maksim Salau <maksim.salau@gmail.com> | Tue Apr 25 22:49:21 2017 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Apr 26 11:28:45 2017 +0200 |
tree | 8c68d8ca874cfc205a77bfc58f84d10d3083ee6d | |
parent | 19445816996d1a89682c37685fe95959631d9f32 [diff] |
usb: misc: legousbtower: Fix buffers on stack Allocate buffers on HEAP instead of STACK for local structures that are to be received using usb_control_msg(). Signed-off-by: Maksim Salau <maksim.salau@gmail.com> Tested-by: Alfredo Rafael Vicente Boix <alviboi@gmail.com>; Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>