glx: fix incorrect array stack memory allocation
authorMarkus Fleschutz <markus.fleschutz@x-software.com>
Fri, 26 Feb 2010 17:34:19 +0000 (10:34 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 26 Feb 2010 17:34:21 +0000 (10:34 -0700)
commit83f1183e769777df5ada4bf7add3390881f88d02
tree8c643d324eb4f29c135696dcf848db1306c71933
parentc78f84eebb3943e7a2a1eed262d85d2f67f79beb
glx: fix incorrect array stack memory allocation

The array stack space wasn't allocated to the proper size.  Fixes out of
bounds memory writes when the client/array stack depth exceeds one.

See fd.o bug 26768.
src/glx/indirect_vertex_array.c