vmwgfx: information leak in vmw_execbuf_copy_fence_user()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 18 Oct 2011 06:10:12 +0000 (09:10 +0300)
committerDave Airlie <airlied@redhat.com>
Tue, 18 Oct 2011 09:42:01 +0000 (10:42 +0100)
If ret is non-zero then we don't initialize the struct which leaks
stack information to user space.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Vasiliy Kulikov <segoon@openwall.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found