mesa: fix an out-of-bounds access in prog_print.c

Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Marek Olšák 2011-12-12 06:29:31 +01:00
parent 3b15f5046c
commit 8a11d40c4e

View file

@ -112,6 +112,7 @@ arb_input_attrib_string(GLint index, GLenum progType)
"vertex.texcoord[5]",
"vertex.texcoord[6]",
"vertex.texcoord[7]",
"vertex.pointsize",
"vertex.attrib[0]",
"vertex.attrib[1]",
"vertex.attrib[2]",