diff options
author | Igor Artemiev <Igor.A.Artemiev@mcst.ru> | 2023-04-03 16:10:37 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-04-12 01:03:43 +0300 |
commit | 52f1783ff4146344342422c1cd94fcb4ce39b6fe (patch) | |
tree | e7fbcb16f6c7b56da171057efaf20e76e0833318 /drivers/gpu/host1x | |
parent | e38dddcaed60c0692b77a7af355d34a13183cee1 (diff) | |
download | linux-52f1783ff4146344342422c1cd94fcb4ce39b6fe.tar.xz |
drm/amd/display: Fix potential null dereference
The adev->dm.dc pointer can be NULL and dereferenced in amdgpu_dm_fini()
without checking.
Add a NULL pointer check before calling dc_dmub_srv_destroy().
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Fixes: 9a71c7d31734 ("drm/amd/display: Register DMUB service with DC")
Signed-off-by: Igor Artemiev <Igor.A.Artemiev@mcst.ru>
Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/host1x')
0 files changed, 0 insertions, 0 deletions