freebsd-src/sys/dev/ciss
Conrad Meyer 5eae46af9c ciss(4): Fix overrun of array
The softc member 'ciss_logical' is an array of 'ciss_max_logical_bus' members.
Most of the time it is iterated correctly.  This patch fixes the two instances
where the driver iterated off the end of the array.

Reported by:	Coverity
CID:		1305492
Sponsored by:	EMC / Isilon Storage Division
2016-04-26 22:01:07 +00:00
..
ciss.c ciss(4): Fix overrun of array 2016-04-26 22:01:07 +00:00
cissio.h
cissreg.h
cissvar.h