diff options
author | 2020-11-20 15:48:52 +0800 | |
---|---|---|
committer | 2020-12-07 17:45:19 -0500 | |
commit | 6dc1c7ab6f047f45b62986ffebc5324e86ed5f5a (patch) | |
tree | 8059fec400d26b3a3eb8b7c0209705922fc92d2b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | scsi: pm80xx: Fix error return in pm8001_pci_probe() (diff) | |
download | wireguard-linux-6dc1c7ab6f047f45b62986ffebc5324e86ed5f5a.tar.xz wireguard-linux-6dc1c7ab6f047f45b62986ffebc5324e86ed5f5a.zip |
scsi: iscsi: Fix inappropriate use of put_device()
kfree(conn) is called inside put_device(&conn->dev) which could lead to
use-after-free. In addition, device_unregister() should be used here rather
than put_deviceO().
Link: https://lore.kernel.org/r/20201120074852.31658-1-miaoqinglang@huawei.com
Fixes: f3c893e3dbb5 ("scsi: iscsi: Fail session and connection on transport registration failure")
Reported-by: Hulk Robot <hulkci@huawei.com>
Reviewed-by: Mike Christie <michael.christie@oracle.com>
Signed-off-by: Qinglang Miao <miaoqinglang@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions