[dpdk-dev] [PATCH v2] Enable AddressSanitizer feature on DPDK

Stephen Hemminger stephen at networkplumber.org
Fri Sep 17 16:58:41 CEST 2021


On Fri, 17 Sep 2021 09:12:07 +0000
"Peng, ZhihongX" <zhihongx.peng at 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.


More information about the dev mailing list