Revision abec6561fc4e0fbb19591a0b35676d8c783b5493 authored by Lv Yunlong on 11 March 2021, 05:44:13 UTC, committed by Christoph Hellwig on 11 March 2021, 10:48:35 UTC
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: Lv Yunlong <lyl2019@mail.ustc.edu.cn>
Signed-off-by: Christoph Hellwig <hch@lst.de>
1 parent 0ec84df
History
File Mode Size
.gitignore -rw-r--r-- 60 bytes
Makefile -rw-r--r-- 553 bytes
page-types.c -rw-r--r-- 29.9 KB
page_owner_sort.c -rw-r--r-- 3.0 KB
slabinfo-gnuplot.sh -rw-r--r-- 4.7 KB
slabinfo.c -rw-r--r-- 37.0 KB

back to top