K 10 svn:author V 6 eadler K 8 svn:date V 27 2018-03-14T08:45:19.726998Z K 7 svn:log V 234 MFC r302509: 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. END