- Ignore I/O requests with insufficiently sized input or output buffers (those not containing compete request headers).
- Ignore control requests with improperly sized buffers.
- While here, explicitly zero the output header of an I/O request to avoid leaking malloc garbage from the host if the header is not fully populated.
PR: 264521
Reported by: Robert Morris <rtm@lcs.mit.edu>
Sponsored by: The FreeBSD Foundation