diff options
author | Johan Hovold <johan@kernel.org> | 2015-02-18 06:34:50 +0300 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2015-02-26 19:08:36 +0300 |
commit | 07fdfc5e9f1c966be8722e8fa927e5ea140df5ce (patch) | |
tree | 4728261d05363f71ff04ce4defe2f5a37cb0fa67 /fs/namei.c | |
parent | 5ee0089b1f7057d8f783db37b2a8116cd114f6e5 (diff) | |
download | linux-07fdfc5e9f1c966be8722e8fa927e5ea140df5ce.tar.xz |
USB: serial: fix potential use-after-free after failed probe
Fix return value in probe error path, which could end up returning
success (0) on errors. This could in turn lead to use-after-free or
double free (e.g. in port_remove) when the port device is removed.
Fixes: c706ebdfc895 ("USB: usb-serial: call port_probe and port_remove
at the right times")
Cc: stable <stable@vger.kernel.org> # v2.6.31
Signed-off-by: Johan Hovold <johan@kernel.org>
Acked-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'fs/namei.c')
0 files changed, 0 insertions, 0 deletions