]> git.karo-electronics.de Git - karo-tx-linux.git/commit
qla2xxx: Declaration error cause stack corruption.
authorQuinn Tran <quinn.tran@qlogic.com>
Thu, 25 Sep 2014 09:16:53 +0000 (05:16 -0400)
committerChristoph Hellwig <hch@lst.de>
Thu, 25 Sep 2014 12:25:04 +0000 (14:25 +0200)
commit93f2bd67b34b4f6b35b2300d668d92e3fd01163a
tree34bd6990d22a871772af97b612344f667167dd99
parent9d35894d338abc351cad8b0c0d5fb3e992f5cea9
qla2xxx: Declaration error cause stack corruption.

Declaration error of mb array in qla2x00_iidma_fcport cause data
to be written beyond the array. This ends up causing stack corruption.

Signed-off-by: Quinn Tran <quinn.tran@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/qla2xxx/qla_init.c