mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 12:10:09 +01:00
mesa: fix an out-of-bounds access in prog_print.c
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
3b15f5046c
commit
8a11d40c4e
1 changed files with 1 additions and 0 deletions
|
|
@ -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]",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue