freebsd-dev/sys/dev/bhnd/nvram
Landon J. Fuller 71edabf7bd 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
2016-07-10 00:08:40 +00:00
..
bhnd_nvram_if.m
bhnd_nvram.h bhnd(4): support IPX OTP NVRAM/SPROM data source 2016-06-04 19:58:01 +00:00
bhnd_sprom_subr.c Fix heap overflow in bhnd(4) SPROM parsing. 2016-07-10 00:08:40 +00:00
bhnd_sprom.c bhnd(4): support IPX OTP NVRAM/SPROM data source 2016-06-04 19:58:01 +00:00
bhnd_spromreg.h
bhnd_spromvar.h bhnd(4): support IPX OTP NVRAM/SPROM data source 2016-06-04 19:58:01 +00:00
nvram_map [bhnd] Centralize fetching of board information 2016-05-17 00:23:46 +00:00
nvram_subr.c
nvramvar.h