diff options
author | Krzysztof Mazur <krzysiek@podlesie.net> | 2013-08-22 14:49:38 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-11-20 10:43:19 -0800 |
commit | a73ff6145f62f0e744aeb095bf7119edfcb8a2e7 (patch) | |
tree | 1778402544bb1cd769bef14291b4955df465ecfc /Makefile | |
parent | 17447567e81dd2e9614ec4837128daebc0c4abb1 (diff) |
usb: fix cleanup after failure in hub_configure()
commit d0308d4b6b02597f39fc31a9bddf7bb3faad5622 upstream.
If the hub_configure() fails after setting the hdev->maxchild
the hub->ports might be NULL or point to uninitialized kzallocated
memory causing NULL pointer dereference in hub_quiesce() during cleanup.
Now after such error the hdev->maxchild is set to 0 to avoid cleanup
of uninitialized ports.
Signed-off-by: Krzysztof Mazur <krzysiek@podlesie.net>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions