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

2017-10-13 Thread Thomas Monjalon
> > 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: 143463 > > Fixes: 116819b9ed0d ("examples/performance-thread: add lthread > > subsystem") > > Cc:

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

2017-10-13 Thread Thomas Monjalon
> > Overrunning array schedcore of 128 8-byte elements at element index 128 > > using index lcoreid. > > Fixed by correct check index lcoreid condition. > > > > Coverity issue: 143461 > > Fixes: 116819b9ed0d ("examples/performance-thread: add lthread > > subsystem") > > Cc: ian.be...@intel.com > >

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

2017-10-13 Thread Thomas Monjalon
> > > Overrunning array schedcore of 128 8-byte elements at element index > > 128 > > > using index lcore_id. > > > Fixed by correct check index lcoreid condition and > > > change type of lcoreid to unsigned. > > > > > > Coverity issue: 143459 > > > Fixes: 116819b9ed0d ("examples/performance-thread

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

2017-10-11 Thread Jastrzebski, MichalX K
dk-dev] [PATCH] examples/performance-thread: fix out-of- > bounds read > > 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: 143463 &g

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

2017-10-11 Thread Jastrzebski, MichalX K
dk-dev] [PATCH] examples/performance-thread: fix out-of- > bounds read > > 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 &g

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

2017-10-11 Thread Jastrzebski, MichalX K
To: Mcnamara, John > > Cc: dev@dpdk.org; Mrozowicz, SlawomirX > > ; ian.be...@intel.com; > sta...@dpdk.org > > Subject: [dpdk-dev] [PATCH] examples/performance-thread: fix out-of- > > bounds read > > > > Overrunning array schedcore of 128 8-byte elements a

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

2017-10-11 Thread Jastrzebski, MichalX K
dk-dev] [PATCH] examples/performance-thread: fix out-of- > bounds read > > Overrunning array schedcore of 128 8-byte elements at element index 128 > using index lcoreid. > Fixed by correct check index lcoreid condition. > > Coverity issue: 143461 > Fixes: 116819b9ed0d ("

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

2017-10-02 Thread Jastrzebski, MichalX K
dk-dev] [PATCH] examples/performance-thread: fix out-of- > bounds read > > Overrunning array schedcore of 128 8-byte elements at element index 128 > using index lcore_id. > Fixed by correct check index lcoreid condition and > change type of lcoreid to unsigned. > > Coverit

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

2017-09-20 Thread Slawomir Mrozowicz
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: 143463 Fixes: 116819b9ed0d ("examples/performance-thread: add lthread subsystem") Cc: ian.be...@intel.com Cc: sta...@d

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

2017-09-20 Thread Slawomir Mrozowicz
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.be...@intel.com Cc: sta...@d

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

2017-09-20 Thread Slawomir Mrozowicz
Overrunning array schedcore of 128 8-byte elements at element index 128 using index lcoreid. Fixed by correct check index lcoreid condition. Coverity issue: 143461 Fixes: 116819b9ed0d ("examples/performance-thread: add lthread subsystem") Cc: ian.be...@intel.com Cc: sta...@dpdk.org Signed-off-by:

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

2017-09-20 Thread Slawomir Mrozowicz
Overrunning array schedcore of 128 8-byte elements at element index 128 using index lcore_id. Fixed by correct check index lcoreid condition and change type of lcoreid to unsigned. Coverity issue: 143459 Fixes: 116819b9ed0d ("examples/performance-thread: add lthread subsystem") Cc: ian.be...@intel