Loading
app/fuzz: disable detect_leaks during fuzzer runtime
Detecting leaks while fuzzing cause asan to report incorrect memory leaks, this behavior is cause by asan being disable for dpdk so every memory that is allocated on heap and then store on hugepages is reported as leaking even if there are correctly freed at the end. This is a temporary solution until asan is enabled in dpdk Signed-off-by:Sebastian Brzezinka <sebastian.brzezinka@intel.com> Change-Id: I2deecf39a2ec4c5345f626746280454e19088055 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/18411 Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com>