diff options
author | Jesper Juhl <jj@chaosbits.net> | 2012-01-28 00:23:41 +0100 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-02-19 08:09:01 -0600 |
commit | 64b8aa75bc101eb73e2c76a66fb5432b4c83ffb2 (patch) | |
tree | 185dcaa9eca3df2d5ab3dce10e42527a28ca4db5 /Documentation/scsi | |
parent | e5cc6aa4b6ef34c3f054af8c61a4f73c157589c3 (diff) | |
download | linux-3.10-64b8aa75bc101eb73e2c76a66fb5432b4c83ffb2.tar.gz linux-3.10-64b8aa75bc101eb73e2c76a66fb5432b4c83ffb2.tar.bz2 linux-3.10-64b8aa75bc101eb73e2c76a66fb5432b4c83ffb2.zip |
[SCSI] bfa: don't leak mem in bfad_im_bsg_els_ct_request()
If 'drv_fcxp = kzalloc(sizeof(struct bfad_fcxp), GFP_KERNEL);' fails
and returns NULL, then we'll leak the memory allocated to 'bsg_fcpt'
when we jump to 'out:' and the variable subsequently goes out of
scope.
Also remove the cast of the kzalloc() return value. kzalloc() returns
a void* which is implicitly converted, so the explicit cast is
pointless.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Acked-by: Krishna Gudipati <kgudipat@brocade.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'Documentation/scsi')
0 files changed, 0 insertions, 0 deletions