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?

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

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 julia.law...@lip6.fr 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.

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 julia.law...@lip6.fr 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

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 julia.law...@lip6.fr wrote: On Mon, 30 Jan 2012, Dave Airlie wrote: On Sat, Jan 28, 2012 at 7:28 PM, Julia Lawall julia.law...@lip6.fr wrote: In the function compat_drm_getclient, I have the impression that the structure c32 is copied to user

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