| Summary | In the Linux kernel, the following vulnerability has been resolved: drm/panel: Fix a possible null-pointer dereference in jdi_panel_dsi_remove() In jdi_panel_dsi_remove(), jdi is explicitly checked, indicating that it if (!jdi) However, when jdi is NULL, the function does not return and continues by err = jdi_panel_disable(&jdi->base); Inside jdi_panel_disable(), jdi is dereferenced unconditionally, which can struct jdi_panel *jdi = to_panel_jdi(panel); To prevent such a potential NULL-pointer dereference, return early from |
|---|---|
| Publication Date | May 8, 2026, 11:16 p.m. |
| Registration Date | May 9, 2026, 4:12 a.m. |
| Last Update | May 8, 2026, 11:16 p.m. |