RE: [EXT] Re: [PATCH] examples/l3fwd: resolve stack buffer overflow issue

2022-03-10 Thread Rahul Bhansali
> -Original Message- > From: Thomas Monjalon > Sent: Thursday, March 10, 2022 12:37 AM > To: Rahul Bhansali > Cc: dev@dpdk.org; david.march...@redhat.com; Conor Walsh > > Subject: Re: [EXT] Re: [PATCH] examples/l3fwd: resolve stack buffer overflow > issue >

Re: [EXT] Re: [PATCH] examples/l3fwd: resolve stack buffer overflow issue

2022-03-09 Thread Thomas Monjalon
09/03/2022 16:24, Rahul Bhansali: > Hi Thomas, > > From: Thomas Monjalon > > 11/01/2022 13:50, Rahul Bhansali: > > > /* copy rest of the packets into the TX buffer. */ > > > len = num - n; > > > + if (len == 0) > > > + goto exit; > > > + > > > > I don'

RE: [EXT] Re: [PATCH] examples/l3fwd: resolve stack buffer overflow issue

2022-03-09 Thread Rahul Bhansali
Hi Thomas, > -Original Message- > From: Thomas Monjalon > Sent: Tuesday, March 8, 2022 4:51 PM > To: Rahul Bhansali > Cc: dev@dpdk.org; david.march...@redhat.com; Conor Walsh > > Subject: [EXT] Re: [PATCH] examples/l3fwd: resolve stack buffer overflow issue > > External Email > >