Re: [dpdk-dev] [PATCH v2] Enable AddressSanitizer feature on DPDK
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2021-09-17 14:58:49
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2021-09-17 14:58:49
On Fri, 17 Sep 2021 09:12:07 +0000 "Peng, ZhihongX" [off-list ref] wrote:
quoted
quoted
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.