K 10 svn:author V 3 cem K 8 svn:date V 27 2016-04-26T22:01:07.428821Z K 7 svn:log V 322 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 END