From: Eric Sesterhenn Date: Tue, 26 Sep 2006 11:22:13 +0000 (+0200) Subject: [SCSI] fix scsi_device_types overrun in scsi.c X-Git-Tag: v2.6.19-rc1~4^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80c6e3c0b5eb855b69270658318f5ccf04d7b1ff;p=pandora-kernel.git [SCSI] fix scsi_device_types overrun in scsi.c this overrun was spotted by coverity (cid #1403). If type == ARRAY_SIZE(scsi_device_types), we are off by one. Signed-off-by: Eric Sesterhenn Signed-off-by: James Bottomley --- Reading git-diff-tree failed