[dpdk-dev] [PATCH v10 2/4] DPDK code adapts to ASan

2021-10-15 Thread zhihongx . peng
From: Zhihong Peng DPDK ASan functionality is currently only supported Linux x86_64. Support other platforms, need to define ASAN_SHADOW_OFFSET value according to google ASan document, and configure meson (config/meson.build). Here is an example of heap-buffer-overflow bug: ..

[dpdk-dev] [PATCH v10 2/4] DPDK code adapts to ASan

2021-10-15 Thread zhihongx . peng
From: Zhihong Peng DPDK ASan functionality is currently only supported Linux x86_64. Support other platforms, need to define ASAN_SHADOW_OFFSET value according to google ASan document, and configure meson (config/meson.build). Here is an example of heap-buffer-overflow bug: ..