summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJack Pham <jackp@codeaurora.org>2014-03-10 23:40:58 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-22 11:06:24 -0700
commitc694893be5d6e142aad8ff41fdfbad8ab7df4280 (patch)
tree3224d66b1c3be3c4ddedb50ca7da54a97689de34 /include/linux
parent06b8c381255db5ece7a34818a86991a97f18c867 (diff)
usb: dwc3: gadget: Protect against ep disabling during completion
In dwc3_cleanup_done_reqs(), a potential race condition could arise when dwc3_gadget_giveback() temporarily releases the main spinlock. If during this window the very endpoint being handled becomes disabled, it would lead to a NULL pointer dereference in the code that follows. Guard against this by making sure the endpoint is still enabled after returning from the giveback call. CRs-fixed: 628972 Change-Id: Ifdb823fff12747f699217d871a5959c85b5340f7 Signed-off-by: Jack Pham <jackp@codeaurora.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions