[dpdk-dev] [PATCH v2] examples/qos_sched: fix out-of-bounds read

2016-05-16 Thread Thomas Monjalon
> > Fix issue reported by Coverity. > > > > Coverity ID 30708: Out-of-bounds read > > overrun-local: Overrunning array tokens of 8 8-byte elements > > at element index 4294967294 (byte offset 34359738352) > > using index i (which evaluates to 4294967294). > > > > Fixes: de3cfa2c9823 ("sched:

[dpdk-dev] [PATCH v2] examples/qos_sched: fix out-of-bounds read

2016-04-28 Thread Dumitrescu, Cristian
> -Original Message- > From: Jastrzebski, MichalX K > Sent: Thursday, April 21, 2016 12:48 PM > To: Dumitrescu, Cristian ; Zhang, Roy Fan > ; Singh, Jasvinder > Cc: dev at dpdk.org; Mrozowicz, SlawomirX > > Subject: [PATCH v2] examples/qos_sched: fix out-of-bounds read > > From:

[dpdk-dev] [PATCH v2] examples/qos_sched: fix out-of-bounds read

2016-04-21 Thread Michal Jastrzebski
From: Slawomir Mrozowicz Fix issue reported by Coverity. Coverity ID 30708: Out-of-bounds read overrun-local: Overrunning array tokens of 8 8-byte elements at element index 4294967294 (byte offset 34359738352) using index i (which evaluates to 4294967294). Fixes: