| 53e1dbbd | 09-Apr-2024 |
Sebastian Brzezinka <sebastian.brzezinka@intel.com> |
llvm/nvmf: supress false memory leak of `qpair_ctx` and `ctrlr`
This behavior is only reproducible during fuzzing test, probably due to asynchronous nature of `spdk_nvmf_qpair_disconnect` and `nvmf_
llvm/nvmf: supress false memory leak of `qpair_ctx` and `ctrlr`
This behavior is only reproducible during fuzzing test, probably due to asynchronous nature of `spdk_nvmf_qpair_disconnect` and `nvmf_ctrlr_create`. It was verified that there is no real memory leak.
Fixes issue #3285.
Change-Id: I94129bb0cbb63e4d5f7c96ae856d0a398f812f33 Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22713 Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|