mesa/src/glx
Markus Fleschutz 83f1183e76 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.
2010-02-26 10:34:21 -07:00
..
clientattrib.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
compsize.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
dri2.c glx: Fix a couple of warnings 2010-02-16 10:38:50 -05:00
dri2.h Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
dri2_glx.c dri2: Event driven buffer validation. 2010-02-16 10:38:50 -05:00
dri_common.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
dri_common.h Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
dri_glx.c glx: Silence uninitialized variable warning. 2010-02-14 21:03:23 -08:00
drisw_glx.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
eval.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
glcontextmodes.c Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions 2010-02-19 12:03:01 -05:00
glcontextmodes.h Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions 2010-02-19 12:03:01 -05:00
glx_pbuffer.c glx: Move GetGLXDRIDrawable() prototype to glxclient.h 2010-02-16 10:38:49 -05:00
glx_query.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
glxclient.h dri2: Event driven buffer validation. 2010-02-16 10:38:50 -05:00
glxcmds.c glx: Fix some typos in pointer checking for OML_sync_control entry points. 2010-02-23 13:35:05 -07:00
glxcurrent.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
glxext.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
glxextensions.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
glxextensions.h Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
glxhash.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
glxhash.h Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
indirect.c glapi: Generated GLX sources should use glapidispatch.h. 2010-02-25 21:32:45 +08:00
indirect.h Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
indirect_init.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
indirect_init.h Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
indirect_size.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
indirect_size.h Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
indirect_texture_compression.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
indirect_transpose_matrix.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
indirect_vertex_array.c glx: fix incorrect array stack memory allocation 2010-02-26 10:34:21 -07:00
indirect_vertex_array.h Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
indirect_vertex_array_priv.h Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
indirect_vertex_program.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
indirect_window_pos.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
Makefile glx: Fix TOP setting in src/glx Makefile 2010-02-09 10:21:45 -05:00
packrender.h Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
packsingle.h Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
pixel.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
pixelstore.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
render2.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
renderpix.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
single2.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
singlepix.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
vertarr.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
XF86dri.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
xf86dri.h Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
xf86dristr.h Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
xfont.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00