[Mesa-dev] [PATCH] mesa: fix an out-of-bounds access in prog_print.c
Brian Paul
brian.e.paul at gmail.com
Mon Dec 12 07:49:22 PST 2011
On Sun, Dec 11, 2011 at 10:30 PM, Marek Olšák <maraeo at gmail.com> wrote:
> ---
> src/mesa/program/prog_print.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/src/mesa/program/prog_print.c b/src/mesa/program/prog_print.c
> index e9bf3aa..b4d142f 100644
> --- a/src/mesa/program/prog_print.c
> +++ b/src/mesa/program/prog_print.c
> @@ -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]",
> --
> 1.7.4.1
Reviewed-by: Brian Paul <brianp at vmware.com>
More information about the mesa-dev
mailing list