[dpdk-dev] [dpdk-stable] [PATCH] examples/performance-thread: fix out-of-bounds read

Thomas Monjalon thomas at monjalon.net
Sat Oct 14 01:23:16 CEST 2017


> > Overrunning array per_lcore_this_sched->current_lthread->tls->data of
> > 1024 8-byte elements at element index 1024 using index k.
> > Fixed by correct check k condition.
> > 
> > Coverity issue: 143462
> > Fixes: 116819b9ed0d ("examples/performance-thread: add lthread
> > subsystem")
> > Cc: ian.betts at intel.com
> > Cc: stable at dpdk.org
> > 
> > Signed-off-by: Slawomir Mrozowicz <slawomirx.mrozowicz at intel.com>
> 
> Acked-by: Michal Jastrzebski <michalx.k.jastrzebski at intel.com>

Applied, thanks


More information about the dev mailing list