UPSTREAM: USB: serial: console: fix use-after-free after failed setup
commit 299d7572 Make sure to reset the USB-console port pointer when console setup fails in order to avoid having the struct usb_serial be prematurely freed by the console code when the device is later disconnected. Change-Id: I46e86fddd10611a30e7f4ab62ba07dc6eccc0312 Fixes: 73e487fd ("[PATCH] USB console: fix disconnection issues") Cc: stable <stable@vger.kernel.org> # 2.6.18 Acked-by:Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by:
Johan Hovold <johan@kernel.org>
Loading
Please sign in to comment