[Mesa-dev] [PATCH] [RFC] program: fix out of bounds array accesses and other bad things

2011-12-09 Thread nobled
Noticed a warning: array subscript is above array bounds given at one of the existing sanity-check asserts. Turns out all the arrays of strings haven't matched the corresponding enum values in a while, if ever. I didn't know the proper names for any of these and couldn't find them in the base

Re: [Mesa-dev] [PATCH] [RFC] program: fix out of bounds array accesses and other bad things

2011-12-09 Thread Brian Paul
On 12/09/2011 06:54 AM, nobled wrote: Noticed a warning: array subscript is above array bounds given at one of the existing sanity-check asserts. Turns out all the arrays of strings haven't matched the corresponding enum values in a while, if ever. I didn't know the proper names for any of

Re: [Mesa-dev] [PATCH] [RFC] program: fix out of bounds array accesses and other bad things

2011-12-09 Thread Matt Turner
On Fri, Dec 9, 2011 at 8:54 AM, nobled nob...@dreamwidth.org wrote: Can you set your name in git? It makes the log look a lot better. git config --global user.name Firstname Lastname ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org