question about drivers/gpu/drm/drm_ioc32.c

2012-01-30 Thread Julia Lawall
On Mon, 30 Jan 2012, Dave Airlie wrote: > On Sat, Jan 28, 2012 at 7:28 PM, Julia Lawall wrote: >> In the function compat_drm_getclient, I have the impression that the >> structure c32 is copied to user level with the field idx uninitialized? > > Looks like it alright, > > care to send a patch? W

question about drivers/gpu/drm/drm_ioc32.c

2012-01-30 Thread Dave Airlie
On Sat, Jan 28, 2012 at 7:28 PM, Julia Lawall wrote: > In the function compat_drm_getclient, I have the impression that the > structure c32 is copied to user level with the field idx uninitialized? Looks like it alright, care to send a patch? Dave.

question about drivers/gpu/drm/drm_ioc32.c

2012-01-30 Thread devendra.aaru
On Mon, Jan 30, 2012 at 5:28 AM, Julia Lawall wrote: > On Mon, 30 Jan 2012, Dave Airlie wrote: > >> On Sat, Jan 28, 2012 at 7:28 PM, Julia Lawall >> wrote: >>> >>> In the function compat_drm_getclient, I have the impression that the >>> structure c32 is copied to user level with the field idx uni

Re: question about drivers/gpu/drm/drm_ioc32.c

2012-01-30 Thread devendra.aaru
On Mon, Jan 30, 2012 at 5:28 AM, Julia Lawall wrote: > On Mon, 30 Jan 2012, Dave Airlie wrote: > >> On Sat, Jan 28, 2012 at 7:28 PM, Julia Lawall >> wrote: >>> >>> In the function compat_drm_getclient, I have the impression that the >>> structure c32 is copied to user level with the field idx uni

Re: question about drivers/gpu/drm/drm_ioc32.c

2012-01-30 Thread Julia Lawall
On Mon, 30 Jan 2012, Dave Airlie wrote: On Sat, Jan 28, 2012 at 7:28 PM, Julia Lawall wrote: In the function compat_drm_getclient, I have the impression that the structure c32 is copied to user level with the field idx uninitialized? Looks like it alright, care to send a patch? What shoul

Re: question about drivers/gpu/drm/drm_ioc32.c

2012-01-30 Thread Dave Airlie
On Sat, Jan 28, 2012 at 7:28 PM, Julia Lawall wrote: > In the function compat_drm_getclient, I have the impression that the > structure c32 is copied to user level with the field idx uninitialized? Looks like it alright, care to send a patch? Dave. __

question about drivers/gpu/drm/drm_ioc32.c

2012-01-29 Thread Julia Lawall
In the function compat_drm_getclient, I have the impression that the structure c32 is copied to user level with the field idx uninitialized? julia ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/

question about drivers/gpu/drm/drm_ioc32.c

2012-01-28 Thread Julia Lawall
In the function compat_drm_getclient, I have the impression that the structure c32 is copied to user level with the field idx uninitialized? julia