Re: [EXTERNAL] [PATCH v2] app/graph: fix destination buffer too small

2024-06-26 Thread Mahmoud Matook
On 06/25, Kiran Kumar Kokkilagadda wrote: > > > From: Mahmoud Maatuq > Sent: Tuesday, June 25, 2024 1:31 AM > To: Sunil Kumar Kori ; Rakesh Kudurumalla > ; Nithin Kumar Dabilpuram > ; Jerin Jacob > Cc: dev@dpdk.org; Mahmoud Maatuq > Subject: [EXTERNAL] [PATCH v2] app/graph: fix destination

Re: [PATCH] app/graph: fix destination buffer too small

2024-06-26 Thread Mahmoud Matook
On 06/23, Stephen Hemminger wrote: > On Mon, 24 Jun 2024 00:09:21 +0400 > Mahmoud Maatuq wrote: > > > as sizeof(config.rx.mempool_name) is < sizeof(res->mempool), it's safer > > to copy min size of them to avoide out of bound memory write. > > > > Coverity issue: 415430 > > Fixes: 3850cb06ab9c

Re: [EXTERNAL] [PATCH v2] app/graph: fix destination buffer too small

2024-07-06 Thread Mahmoud Matook
On 07/04, David Marchand wrote: > On Thu, Jun 27, 2024 at 2:44 AM Kiran Kumar Kokkilagadda > wrote: > > > On 06/25, Kiran Kumar Kokkilagadda wrote: > > > From: Mahmoud Maatuq > > > > Sent: Tuesday, June 25, 2024 1: 31 > > > AM > To: Sunil Kumar Kori ; Rakesh Kudurumalla > > > ; > > > On 06/25, K