[SCSI] lpfc: check before dereference in lpfc_ct.c
authorEric Sesterhenn <snakebyte@gmx.de>
Tue, 10 Oct 2006 21:41:43 +0000 (14:41 -0700)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Wed, 25 Oct 2006 22:12:34 +0000 (15:12 -0700)
commit0b3a82d391563da15df2b3a0d245d41748822489
tree8a8f4dca400220aae6fbe2747ef0af895b570601
parent46c43db1eabcdc46ad9a3d711edff1d698ecd21f
[SCSI] lpfc: check before dereference in lpfc_ct.c

If we fail to allocate mp->virt during the first while loop iteration,
mlist is still uninitialized, therefore we should check if before
dereferencing.

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Acked-by: James Smart <James.Smart@Emulex.Com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/lpfc/lpfc_ct.c