[dpdk-dev] [PATCH] app/test-crypto-perf: fix missing bounds check on socket id
Akhil Goyal
akhil.goyal at nxp.com
Tue Apr 16 17:00:22 CEST 2019
> > The socket_id is used as an array index so should be within the range
> > of zero to max numa nodes. Add a range check to ensure we don't get
> > excessive values.
> >
> > Coverity issue: 336812
> > Coverity issue: 336829
> > Fixes: 2c59bd32b70d ("cryptodev: do not create session mempool internally")
> > CC: stable at dpdk.org
> > CC: Declan Doherty <declan.doherty at intel.com>
> > CC: Fan Zhang <roy.fan.zhang at intel.com>
> >
> > Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
>
> Acked-by: Akhil Goyal <akhil.goyal at nxp.com>
Applied to dpdk-next-crypto
Thanks.
More information about the dev
mailing list