> > 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: initial import") > > > > Signed-off-by: Slawomir Mrozowicz <slawomirx.mrozowicz at intel.com> > > Acked-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>
Applied, thanks