Spdk/test/unit/lib/nvmf
Jiewei Ke adc2942ada nvmf: nvmf_ctrlr_get_log_page use iovs to store the log page
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>
2021-06-17 09:02:02 +00:00
..
ctrlr_bdev.c test/nvmf/ctrlr_bdev: cases for identify namespace 2021-05-11 12:00:15 +00:00
ctrlr_discovery.c nvmf: remove a bdev_module.h #include 2021-05-11 11:57:01 +00:00
ctrlr.c nvmf: nvmf_ctrlr_get_log_page use iovs to store the log page 2021-06-17 09:02:02 +00:00
fc_ls.c nvmf/fc: Cleanup pollgroup and hwqp mapping logic. 2021-01-14 16:18:25 +00:00
fc.c mk/unit: link with trace library 2021-06-10 10:58:05 +00:00
rdma.c test/nvmf/rdma: cases for rdma freeing request data 2021-06-17 09:00:45 +00:00
subsystem.c nvmf: remove struct spdk_bdev definition dependencies 2021-05-06 07:14:40 +00:00
tcp.c mk/unit: link with trace library 2021-06-10 10:58:05 +00:00
Makefile NVMe-oF Target: Add FC transport. 2019-07-26 22:17:17 +00:00