Re: [Mesa-dev] [PATCH] r200: Avoid out of bounds array access.

2014-12-08 Thread Matt Turner
On Mon, Dec 8, 2014 at 1:34 PM, Ian Romanick wrote: > Reviewed-by: Ian Romanick > > How'd you come across this? I saw a scary looking warning during the make distcheck build. :) ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.free

Re: [Mesa-dev] [PATCH] r200: Avoid out of bounds array access.

2014-12-08 Thread Ian Romanick
Reviewed-by: Ian Romanick How'd you come across this? On 12/08/2014 11:34 AM, Matt Turner wrote: > --- > Patch formatted with -U22 so that reviewers can see regs definition, > and last element initialization with -1. > > src/mesa/drivers/dri/r200/r200_sanity.c | 2 +- > 1 file changed, 1 inser

[Mesa-dev] [PATCH] r200: Avoid out of bounds array access.

2014-12-08 Thread Matt Turner
--- Patch formatted with -U22 so that reviewers can see regs definition, and last element initialization with -1. src/mesa/drivers/dri/r200/r200_sanity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/r200/r200_sanity.c b/src/mesa/drivers/dri/r200/r200_s