On Mon, Jan 26, 2015 at 12:25:43PM +0000, Patrick Welche wrote: > From: Christos Zoulas <[email protected]> > > CID 1107540: Make the code safe avoiding random stack access. In > the first loop where there is a singleton point to pptSrc, only > access that singleton, no matter what.
By "singleton point" do you mean nbox==1? That's the only case I can see in which the loop is dangerous (i.e. it will read beyond the end of the array), but that loop is not accessed if nbox==1. -Chris -- Chris Wilson, Intel Open Source Technology Centre _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
