> -Original Message-
> From: Stephen Hemminger
> Sent: Friday, September 17, 2021 10:59 PM
> To: Peng, ZhihongX
> Cc: David Marchand ; Burakov, Anatoly
> ; Ananyev, Konstantin
> ; dev ; Lin, Xueqin
>
> Subject: Re: [dpdk-dev] [PATCH v2] Enable AddressSaniti
On Fri, 17 Sep 2021 09:12:07 +
"Peng, ZhihongX" 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 onl
> -Original Message-
> From: David Marchand
> Sent: Friday, September 17, 2021 4:23 PM
> To: Peng, ZhihongX
> Cc: Burakov, Anatoly ; Ananyev, Konstantin
> ; Stephen Hemminger
> ; dev ; Lin, Xueqin
>
> Subject: Re: [dpdk-dev] [PATCH v2] Enable AddressSaniti
On Thu, Sep 16, 2021 at 3:47 AM wrote:
>
> From: Zhihong Peng
>
> AddressSanitizer (ASan) is a google memory error detect
> standard tool. It could help to detect use-after-free and
> {heap,stack,global}-buffer overflow bugs in C/C++ programs,
> print detailed error information when error happens
From: Zhihong Peng
AddressSanitizer (ASan) is a google memory error detect
standard tool. It could help to detect use-after-free and
{heap,stack,global}-buffer overflow bugs in C/C++ programs,
print detailed error information when error happens, large
improve debug efficiency.
By referring to it
5 matches
Mail list logo