aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2021-06-08 16:13:13 +0000
committerGerd Hoffmann <[email protected]>2021-06-09 06:52:07 +0000
commitfbbf23ddb2a1cc0c12c9f78237d1561c24006f50 (patch)
tree0cfdc8ae7d414a7f8e1de63c74b3566162d63be9 /drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
parentdrm/stm: Remove usage of drm_display_mode_to_videomode() (diff)
downloadkernel-fbbf23ddb2a1cc0c12c9f78237d1561c24006f50.tar.gz
kernel-fbbf23ddb2a1cc0c12c9f78237d1561c24006f50.zip
drm: qxl: ensure surf.data is ininitialized
The object surf is not fully initialized and the uninitialized field surf.data is being copied by the call to qxl_bo_create via the call to qxl_gem_object_create. Set surf.data to zero to ensure garbage data from the stack is not being copied. Addresses-Coverity: ("Uninitialized scalar variable") Fixes: f64122c1f6ad ("drm: add new QXL driver. (v1.4)") Signed-off-by: Colin Ian King <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Gerd Hoffmann <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c')
0 files changed, 0 insertions, 0 deletions