K 10 svn:author V 7 landonf K 8 svn:date V 27 2016-07-10T00:08:40.901584Z K 7 svn:log V 307 Fix heap overflow in bhnd(4) SPROM parsing. The bus_region_* APIs accept the number of data items to be read, while the code was passing the total number of bytes, resulting in an overflow of the SPROM parser's buffer. Approved by: adrian (mentor) Differential Revision: https://reviews.freebsd.org/D7168 END