CVE-2022-50750: drm/panel/panel-sitronix-st7701: Remove panel on DSI attach failure
In the Linux kernel, the following vulnerability has been resolved:
drm/panel/panel-sitronix-st7701: Remove panel on DSI attach failure
In case mipidsiattach() fails, call drmpanelremove() to avoid memory leak.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Configuration
In panel-sitronix-st7701, if mipi_dsi_attach() fails, call drm_panel_remove() to avoid a memory leak (Remove panel on DSI attach failure).
Linux kernel (drm/panel/panel-sitronix-st7701) DSI attach failure handling = Call drm_panel_remove() when mipi_dsi_attach() fails