Loading
llvm/vfio: Suppress checking leaks for `spdk_nvme_ctrlr_alloc_io_qpair`
LSAN has problems detecting references stored in DPDK-managed memory, causing leak sanitizer to reports leaking memory incorrectly. This behavior is specific to fuzzers, since `__lsan_do_recoverable_leak_check` is called in runtime after each `TestOneInput`, and not only at the end of the program. Fixes issue #3258. Change-Id: I13cc9315f0c26a0f03bb9cf6cf6f0128943f11da Signed-off-by:Sebastian Brzezinka <sebastian.brzezinka@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21897 Reviewed-by:
Jim Harris <jim.harris@samsung.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com>