summaryrefslogtreecommitdiffstats
path: root/drivers/target/tcm_fc
diff options
context:
space:
mode:
authorJesper Juhl <jj@chaosbits.net>2011-06-28 00:30:17 +0200
committerNicholas Bellinger <nab@linux-iscsi.org>2011-07-22 09:37:46 +0000
commita57b5d36453cc9335f75ae191ffd682a250d08ba (patch)
tree4879b45aec4865ee6c7df64cf7a71b56f75e9238 /drivers/target/tcm_fc
parent824cc5ff37a0dc3ec8c9e7002e3b1ca0b408917e (diff)
downloadop-kernel-dev-a57b5d36453cc9335f75ae191ffd682a250d08ba.zip
op-kernel-dev-a57b5d36453cc9335f75ae191ffd682a250d08ba.tar.gz
loopback: Fix memory leak in tcm_loop_make_scsi_hba()
There is a memory leak in tcm_loop_make_scsi_hba(). If all the strstr() calls return NULL and we end up at return ERR_PTR(-EINVAL); then we'll be leaking the memory previously allocated to tl_hba as that variable goes out of scope. This patch should fix the leak. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/tcm_fc')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud