commit | 6a70b621227d1fd3efd150fce63ea4d51d4acaa9 | [log] [tgz] |
---|---|---|
author | Tuomas Tynkkynen <ttynkkynen@nvidia.com> | Tue Jun 17 17:17:40 2014 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 09 16:25:22 2014 -0700 |
tree | 8c5f0e0c2e03917735f5334dd6c0a62bb9ab61ab | |
parent | 6e693739e9b603b3ca9ce0d4f4178f0633458465 [diff] |
USB: EHCI: tegra: Fix use-after-free in .remove() The tegra_ehci_hcd structure is located in the private space allocated by the core USB code so it must not be accessed after the HCD is freed. Signed-off-by: Tuomas Tynkkynen <ttynkkynen@nvidia.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>