commit | da39b5ee40bc00ae3edb4ae4e205b10bc52f980e | [log] [tgz] |
---|---|---|
author | Andrey Konovalov <andreyknvl@google.com> | Wed May 13 20:01:42 2020 +0200 |
committer | Felipe Balbi <balbi@kernel.org> | Thu May 14 12:35:41 2020 +0300 |
tree | 3131e729c83e48986abb873aa888f9071019c3f7 | |
parent | 61d2658db48af0c563d126cccc5c1105137b1ec9 [diff] |
usb: raw-gadget: fix null-ptr-deref when reenabling endpoints Currently we preassign gadget endpoints to raw-gadget endpoints during initialization. Fix resetting this assignment in raw_ioctl_ep_disable(), otherwise we will get null-ptr-derefs when an endpoint is reenabled. Signed-off-by: Andrey Konovalov <andreyknvl@google.com> Signed-off-by: Felipe Balbi <balbi@kernel.org>