]> git.baikalelectronics.ru Git - kernel.git/commit
drm/vmwgfx: NULL pointer dereference from vmw_cmd_dx_view_define()
authorMurray McAllister <murray.mcallister@gmail.com>
Sat, 11 May 2019 06:01:37 +0000 (18:01 +1200)
committerThomas Hellstrom <thellstrom@vmware.com>
Tue, 21 May 2019 08:23:10 +0000 (10:23 +0200)
commit300344f960daa6e75899cbe9b0f4e3076f06241b
tree697458d8b3f69a716cbbd0c7a14104b30f8082b1
parent7b7ccad6d19b5c9d3267a0d91140524845ec9f15
drm/vmwgfx: NULL pointer dereference from vmw_cmd_dx_view_define()

If SVGA_3D_CMD_DX_DEFINE_RENDERTARGET_VIEW is called with a surface
ID of SVGA3D_INVALID_ID, the srf struct will remain NULL after
vmw_cmd_res_check(), leading to a null pointer dereference in
vmw_view_add().

Cc: <stable@vger.kernel.org>
Fixes: 37aa331a817d ("drm/vmwgfx: Initial DX support")
Signed-off-by: Murray McAllister <murray.mcallister@gmail.com>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c