summaryrefslogtreecommitdiff
path: root/Documentation/java.txt
diff options
context:
space:
mode:
authorJohan Hovold <jhovold@gmail.com>2014-05-26 19:23:17 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-30 20:09:43 -0700
commite3af525a11e5d4994f64d053524755ee07f12b83 (patch)
tree8fdf407649e34ea6a35a1c2290cc973cc941b09c /Documentation/java.txt
parent95aa1da713373423086c8cdf0f62942439ae439a (diff)
USB: usb_wwan: fix potential NULL-deref at resume
commit 9096f1fbba916c2e052651e9de82fcfb98d4bea7 upstream. The interrupt urb was submitted unconditionally at resume, something which could lead to a NULL-pointer dereference in the urb completion handler as resume may be called after the port and port data is gone. Fix this by making sure the interrupt urb is only submitted and active when the port is open. Fixes: 383cedc3bb43 ("USB: serial: full autosuspend support for the option driver") Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/java.txt')
0 files changed, 0 insertions, 0 deletions