漏洞标题
drm/sprd:修复潜在的空指针解引用漏洞
漏洞描述信息
在Linux内核中,已修复以下漏洞:
drm/sprd: 修复潜在的空指针解引用问题
在sprd_drm_shutdown中,'drm'可能为null,drm_warn可能会解引用它,移除此警告日志。
v1 -> v2:
- 将检查platform_get_resource()返回值拆分为一个单独的补丁
- 使用dev_warn()代替移除警告日志
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
漏洞类别
空指针解引用
漏洞标题
drm/sprd: fix potential NULL dereference
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved:
drm/sprd: fix potential NULL dereference
'drm' could be null in sprd_drm_shutdown, and drm_warn maybe dereference
it, remove this warning log.
v1 -> v2:
- Split checking platform_get_resource() return value to a separate patch
- Use dev_warn() instead of removing the warning log
CVSS信息
N/A
漏洞类别
N/A