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.
MFC r302509: Tags None Referenced Files None Subscribers None
Description
Details
|