freebsd-dev/sys/dev/pms
David Bright 2fb6802f27 Fix a scribbler in the PMS driver.
The ESGL bit was left uninitialized when executing the REPORT LUNS
ioctl. This could allow a zeroed data buffer to be treated as a
scatter/gather list. The firmware would eventually walk past the end
of the data buffer, potentially find what looked like a valid
address/length pair, and write the result to semi-random memory.

Obtained from:	Dell EMC Isilon
MFC after:	1 week
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D19398
2019-03-11 14:26:45 +00:00
..
freebsd/driver pms(4) should use bus_get_dma_tag() to get parent tag. 2019-02-08 16:05:38 +00:00
RefTisa Fix a scribbler in the PMS driver. 2019-03-11 14:26:45 +00:00
config.h