Re: DPDK sanitizer seems cannot detect the overflow issue sometimes

2022-06-29 Thread Stephen Hemminger
On Wed, 29 Jun 2022 09:56:03 + "halsey.p...@longsys.com" wrote: > Dear All, > > I would try to detect the illegal memory access issues in my App based on > DPDK, so I add some codes based on several overflow scenario to check if it > is detected in DPDK standalone project. > > It seems th

DPDK sanitizer seems cannot detect the overflow issue sometimes

2022-06-29 Thread halsey.p...@longsys.com
Dear All, I would try to detect the illegal memory access issues in my App based on DPDK, so I add some codes based on several overflow scenario to check if it is detected in DPDK standalone project. It seems that DPDK santizer cannot find the overflow issue below, I add some code into example