[dpdk-dev] [PATCH v2] app/test: fix array subscript is above array bounds for gcc 4.5

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Apr 7 19:41:14 CEST 2016


> > Using uint8_t as a size of copied block prevents to evaluate in rte_memcpy
> > code for length bigger than 255, causing the problem.
> > 
> > v2 changes:
> >  - added fixline
> > 
> > Fixes: 8bdf665fe6c0 ("app/test: add SNOW 3G")
> > 
> > Signed-off-by: Tomasz Kulasek <tomaszx.kulasek at intel.com>
> 
> Acked-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>

Applied, thanks


More information about the dev mailing list