Re: [dpdk-dev] [PATCH] eal: fix build with gcc 4.7

2018-07-18 Thread Thomas Monjalon
16/07/2018 22:52, Gaëtan Rivet: > Hi Pablo, > > On Mon, Jul 16, 2018 at 07:26:27AM +0100, Pablo de Lara wrote: > > Fixed possible out-of-bounds issue: > > > > lib/librte_eal/common/eal_common_devargs.c: > > In function ‘rte_devargs_layers_parse’: > > lib/librte_eal/common/eal_common_devargs.c

Re: [dpdk-dev] [PATCH] eal: fix build with gcc 4.7

2018-07-16 Thread Gaëtan Rivet
Hi Pablo, On Mon, Jul 16, 2018 at 07:26:27AM +0100, Pablo de Lara wrote: > Fixed possible out-of-bounds issue: > > lib/librte_eal/common/eal_common_devargs.c: > In function ‘rte_devargs_layers_parse’: > lib/librte_eal/common/eal_common_devargs.c:121:7: > error: array subscript is abov

[dpdk-dev] [PATCH] eal: fix build with gcc 4.7

2018-07-16 Thread Pablo de Lara
Fixed possible out-of-bounds issue: lib/librte_eal/common/eal_common_devargs.c: In function ‘rte_devargs_layers_parse’: lib/librte_eal/common/eal_common_devargs.c:121:7: error: array subscript is above array bounds Bugzilla ID: 71 Fixes: 338327d731e6 ("devargs: add function to par