摘要:
In the Linux kernel, the following vulnerability has been resolved:
drm/msm: Fix null pointer dereference on pointer edp
The initialization of pointer dev dereferences pointer edp before
edp is null checked, so there is a potential null pointer deference
issue. Fix this by only dereferencing edp after edp has been null
checked.
Addresses-Coverity: ("Dereference before null check")
安全等级: Low
公告ID: KylinSec-SA-2024-4702
发布日期: 2024年6月7日
关联CVE: CVE-2021-47445
In the Linux kernel, the following vulnerability has been resolved:
drm/msm: Fix null pointer dereference on pointer edp
The initialization of pointer dev dereferences pointer edp before
edp is null checked, so there is a potential null pointer deference
issue. Fix this by only dereferencing edp after edp has been null
checked.
Addresses-Coverity: ("Dereference before null check")
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2021-47445 | V6 | kernel | Unaffected |