diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2013-02-08 01:57:58 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-02-22 14:11:46 +0000 |
commit | 4ac8d4ca5d8d3bb98072be2961dd2e937e05bb11 (patch) | |
tree | 4073e0385d0411e24737e900291176ea6a86ca5d /drivers/scsi/imm.h | |
parent | 827210ba2a368058c72cf93e66d7d8aeb55922eb (diff) |
[SCSI] qla2xxx: Correct list-iteration bug in Report-ID Acquisition codes.
Code in qla24xx_report_id_acquisition() incorrectly assumed that
upon completion of list iteration (with no match), the 'pos'
(vp) variable passed to list_for_each_entry() would be set to
NULL. In this context, if the firmware were to return an
unrecognized vp_idx, the follow-on assignments to vp-members
could result in corruption of the structure.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/imm.h')
0 files changed, 0 insertions, 0 deletions