Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nvme-rdma: Don't leak uninitialized memory in connect request private…
… data Zero out the full nvme_rdma_cm_req structure before sending it. Otherwise we end up leaking kernel memory in the reserved field, which might break forward compatibility in the future. Signed-off-by: Roland Dreier <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Signed-off-by: Sagi Grimberg <[email protected]>
- Loading branch information