diff options
| author | Mathias Nyman <[email protected]> | 2019-10-04 14:59:33 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-10-04 14:32:12 +0200 |
| commit | cfbb8a84c2d2ef49bccacb511002bca4f6053555 (patch) | |
| tree | 9d1026266cf639881ec85127cc7a4585a239d85a /drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c | |
| parent | ac343366846a445bb81f0a0e8f16abb8bd5d5d88 (diff) | |
xhci: Fix NULL pointer dereference in xhci_clear_tt_buffer_complete()
udev stored in ep->hcpriv might be NULL if tt buffer is cleared
due to a halted control endpoint during device enumeration
xhci_clear_tt_buffer_complete is called by hub_tt_work() once it's
scheduled, and by then usb core might have freed and allocated a
new udev for the next enumeration attempt.
Fixes: ef513be0a905 ("usb: xhci: Add Clear_TT_Buffer")
Cc: <[email protected]> # v5.3
Reported-by: Johan Hovold <[email protected]>
Signed-off-by: Mathias Nyman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c')
0 files changed, 0 insertions, 0 deletions