+3
−9
Loading
Previously, destroying Avahi contexts took time when nvmf_stop_mdns_prr is invoked. If the process is terminated before the Avahi contexts are fully destroyed, an ASAN error may occur. To prevent this error, nvmf_ctx_stop_mdns_prr directly unregister poller and destroy avahi contexts. Fixes #3407 Change-Id: I1cdfc902b56264acb7a647ce99188c7101038e34 Signed-off-by:kyuho.son <kyuho.son@samsung.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23725 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com>