summaryrefslogtreecommitdiffstats
path: root/drivers/mca
diff options
context:
space:
mode:
authorSarah Sharp <sarah.a.sharp@linux.intel.com>2011-03-24 16:02:58 +0100
committerSarah Sharp <sarah.a.sharp@linux.intel.com>2011-04-14 01:19:49 +0200
commit386139d7c8f22d4983ca89de35d339cc41bb0996 (patch)
treeb17d3deb6538c370854f3e59d2a152004feda75a /drivers/mca
parentUSB: xhci - fix math in xhci_get_endpoint_interval() (diff)
downloadlinux-386139d7c8f22d4983ca89de35d339cc41bb0996.tar.xz
linux-386139d7c8f22d4983ca89de35d339cc41bb0996.zip
xhci: Fix NULL pointer deref in handle_port_status()
When we get a port status change event, we need to figure out what type of port it came from: a USB 3.0 port, or a USB 2.0/1.1 port. We can't know which usb_hcd to use until that point, so hcd will be NULL for part of the function. Unfortunately, if any of the sanity checks fail, we'll jump to the cleanup label before hcd is set to a valid pointer, and then we'll attempt to tell the USB core to kick the hcd, which is NULL. Skip kicking the roothub if the sanity checks fail. Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Diffstat (limited to 'drivers/mca')
0 files changed, 0 insertions, 0 deletions