On Fri, 17 Sep 2021 09:12:07 +0000 "Peng, ZhihongX" <zhihongx.p...@intel.com> wrote:
> > > By referring to its implementation algorithm > > > (https://github.com/google/sanitizers/wiki/AddressSanitizerAlgorithm), > > > enable heap-buffer-overflow and use-after-free functions on dpdk. > > > DPDK ASAN function currently only supports on Linux x86_64. We are using ASAN on Arm64 without problems, don't know why the patch shouldn't work there as well.