opnsense-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 A number of significant enhancements to the ciss driver: 2008-07-11 21:20:51 +00:00
cissreg.h Add detection for ciss(4) controllers that are set to non-raid JBOD mode. 2014-06-29 18:53:15 +00:00
cissvar.h Remove compat shims for FreeBSD versions older than 6 (really early 5). 2015-01-06 15:48:20 +00:00