Re: [Dri-devel] Segfault in DRI Xserver extension

2002-12-12 Thread Keith Whitwell
Felix Kühling wrote: Hi, while I was messing around with my query programme I found this: if I specify an invalid screen as argument to XF86DRIGetClientDriverName the Xserver segfaults. I had a quick look at xc/xc/Xserver/GL/dri/xf86dri.c. stuff->screen is used as array index without checking. I'

[Dri-devel] Segfault in DRI Xserver extension

2002-12-12 Thread Felix Kühling
Hi, while I was messing around with my query programme I found this: if I specify an invalid screen as argument to XF86DRIGetClientDriverName the Xserver segfaults. I had a quick look at xc/xc/Xserver/GL/dri/xf86dri.c. stuff->screen is used as array index without checking. I'm not sure though, whe