linux-stable-rt/drivers/scsi/qla2xxx
Anirban Chakraborty c7922a911c [SCSI] qla2xxx: Fix NULL ptr deref bug in fail path during queue create
Current code attempts to clean up resources when queue create fails and there it
invokes queue free call with a (NULL) pointer to the queue which could not be
allocated in the first place. Fix it by returning directly without invoking the
queue free call as no resources has been allocated at that point of time.

Reported-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
2009-10-02 14:13:04 -05:00
..
Kconfig
Makefile
qla_attr.c [SCSI] qla2xxx: Correct various NPIV issues. 2009-09-12 09:35:22 -05:00
qla_dbg.c
qla_dbg.h
qla_def.h [SCSI] qla2xxx: Correctly set FCF_TAPE_PRESENT flag based on scsi-device. 2009-09-12 09:35:20 -05:00
qla_devtbl.h
qla_dfs.c
qla_fw.h
qla_gbl.h
qla_gs.c
qla_init.c [SCSI] qla2xxx: Properly delete rports attached to a vport. 2009-09-12 09:35:23 -05:00
qla_inline.h
qla_iocb.c
qla_isr.c [SCSI] qla2xxx: Correct various NPIV issues. 2009-09-12 09:35:22 -05:00
qla_mbx.c
qla_mid.c [SCSI] qla2xxx: Fix NULL ptr deref bug in fail path during queue create 2009-10-02 14:13:04 -05:00
qla_os.c [SCSI] qla2xxx: Properly delete rports attached to a vport. 2009-09-12 09:35:23 -05:00
qla_settings.h
qla_sup.c
qla_version.h [SCSI] qla2xxx: Update version number to 8.03.01-k6. 2009-09-12 09:35:23 -05:00