Skip to content
Commit abec6561 authored by Lv Yunlong's avatar Lv Yunlong Committed by Christoph Hellwig
Browse files

nvme-rdma: Fix a use after free in nvmet_rdma_write_data_done



In nvmet_rdma_write_data_done, rsp is recoverd by wc->wr_cqe and freed by
nvmet_rdma_release_rsp(). But after that, pr_info() used the freed
chunk's member object and could leak the freed chunk address with
wc->wr_cqe by computing the offset.

Signed-off-by: default avatarLv Yunlong <lyl2019@mail.ustc.edu.cn>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 0ec84df4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment