mesa: fix an out-of-bounds access in prog_print.c
authorMarek Olšák <maraeo@gmail.com>
Mon, 12 Dec 2011 05:29:31 +0000 (06:29 +0100)
committerMarek Olšák <maraeo@gmail.com>
Tue, 13 Dec 2011 16:49:00 +0000 (17:49 +0100)
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/program/prog_print.c

index e9bf3aa..b4d142f 100644 (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]",