]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/vmwgfx: Fix an uninitialized fence handle value
authorThomas Hellstrom <thellstrom@vmware.com>
Thu, 31 Jan 2019 09:52:21 +0000 (10:52 +0100)
committerThomas Hellstrom <thellstrom@vmware.com>
Tue, 5 Feb 2019 12:51:57 +0000 (13:51 +0100)
commit51fdbeb4ca1a8415c98f87cb877956ae83e71627
tree95511b7c036fda53a2a54c069805e69f697469f5
parent728354c005c36eaf44b6e5552372b67e60d17f56
drm/vmwgfx: Fix an uninitialized fence handle value

if vmw_execbuf_fence_commands() fails, The handle value will be
uninitialized and a bogus fence handle might be copied to user-space.

Cc: <stable@vger.kernel.org>
Fixes: 2724b2d54cda: ("drm/vmwgfx: Use new validation interface for the modesetting code v2")
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com> #v1
Reviewed-by: Sinclair Yeh <syeh@vmware.com> #v1
Reviewed-by: Deepak Rawat <drawat@vmware.com>
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c