nvmf_ctrlr_get_log_page used req->data to store the log page result. While the req->data only contains the first iov, if req->iovcnt is larger than 1, the req->data may not hold the complete log page; and even worse, the log page result may be written to invalid address and cause memory corruption. Change-Id: Ie6415a6bd2327419fe4b32f21ac814fd827c9e95 Signed-off-by: Jiewei Ke <jiewei@smartx.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7970 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> |
||
---|---|---|
.. | ||
.gitignore | ||
ctrlr_ut.c | ||
Makefile |