Commit 0d8c6131 authored by Hangyu Hua's avatar Hangyu Hua Committed by Wupeng Ma
Browse files

usb: misc: fix improper handling of refcount in uss720_probe()

stable inclusion
from stable-v4.19.242
commit 09af8ccf725c7aee98bcf1fc362bb4ed4588f84d
category: bugfix
bugzilla: https://gitee.com/src-openeuler/kernel/issues/I9BHNX


CVE: NA

--------------------------------

commit 0a96fa64 upstream.

usb_put_dev shouldn't be called when uss720_probe succeeds because of
priv->usbdev. At the same time, priv->usbdev shouldn't be set to NULL
before destroy_priv in uss720_disconnect because usb_put_dev is in
destroy_priv.

Fix this by moving priv->usbdev = NULL after usb_put_dev.

Fixes: dcb4b8ad ("misc/uss720: fix memory leak in uss720_probe")
Cc: stable <stable@kernel.org>
Reviewed-by: default avatarDongliang Mu <mudongliangabcd@gmail.com>
Signed-off-by: default avatarHangyu Hua <hbh25y@gmail.com>
Link: https://lore.kernel.org/r/20220407024001.11761-1-hbh25y@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarMa Wupeng <mawupeng1@huawei.com>
parent 47480348
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment