+2
−0
Loading
Multiple nmvme_io_msg producers on the ctrlr share the same ring. After freeing it, it should be set to NULL. In order to prevent either nvme_io_msg_ctrlr_detach() or spdk_nvme_io_msg_process() from interacting on freed memory. Above happened when resolving issues in later patches. After their respective fixes, there is no scenario that solely reproduces this failure so no tests were added in this patch. Signed-off-by:Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: I72b695d995b63bd002cc03e60cd4bdc82cfbe8ae Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1917 Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com>