[dpdk-dev] [PATCH] examples/ip_pipeline: fix out-of-bounds write

2016-05-16 Thread Thomas Monjalon
> > CID 124567: > > In the function app_init_eal(struct app params * app) number of > > entries into array exceeds the size of the array if the conditions > > are fulfilled. > > > > Fixes: 7f64b9c004aa ("examples/ip_pipeline: rework config file syntax") > > > > Signed-off-by: Marcin Kerlin > >

[dpdk-dev] [PATCH] examples/ip_pipeline: fix out-of-bounds write

2016-04-28 Thread Dumitrescu, Cristian
> -Original Message- > From: Kerlin, MarcinX > Sent: Thursday, April 14, 2016 10:54 AM > To: dev at dpdk.org > Cc: Dumitrescu, Cristian ; Kerlin, MarcinX > > Subject: [PATCH] examples/ip_pipeline: fix out-of-bounds write > > CID 124567: > In the function app_init_eal(struct app params *

[dpdk-dev] [PATCH] examples/ip_pipeline: fix out-of-bounds write

2016-04-14 Thread Marcin Kerlin
CID 124567: In the function app_init_eal(struct app params * app) number of entries into array exceeds the size of the array if the conditions are fulfilled. Fixes: 7f64b9c004aa ("examples/ip_pipeline: rework config file syntax") Signed-off-by: Marcin Kerlin --- examples/ip_pipeline/app.h | 2