aboutsummaryrefslogtreecommitdiff
path: root/kernel/debug/debug_core.h
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2016-12-13 15:27:04 +0300
committerMoyster <oysterized@gmail.com>2017-06-17 15:49:10 +0200
commit162d8c8ed86ec2675d1af5c310ad1d945ee21a13 (patch)
tree68eea423f66afdf8b147bc7e078191b47f675169 /kernel/debug/debug_core.h
parentd73062b98c447e5651b98e6d4b46ad40fd4e7f05 (diff)
target/iscsi: Fix double free in lio_target_tiqn_addtpg()
commit a91918cd3ea11f91c68e08e1e8ce1b560447a80e upstream. This iscsit_tpg_add_portal_group() function is only called from lio_target_tiqn_addtpg(). Both functions free the "tpg" pointer on error so it's a double free bug. The memory is allocated in the caller so it should be freed in the caller and not here. Fixes: e48354ce078c ("iscsi-target: Add iSCSI fabric support for target v4.1") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: David Disseldorp <ddiss@suse.de> [ bvanassche: Added "Fix" at start of patch title ] Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com> Signed-off-by: Willy Tarreau <w@1wt.eu>
Diffstat (limited to 'kernel/debug/debug_core.h')
0 files changed, 0 insertions, 0 deletions