Hi,
On Fri, 25 Oct 2024 15:34:06 +0800, Zhang Zekun wrote:
> drm_mode_duplicate() could return NULL due to lack of memory, which
> could cause NULL pointer dereference. Add a check to prevent it.
>
> Zhang Zekun (2):
> drm/i2c/ch7006: Add a check to prevent NULL pointer dereference
> drm/pane
drm_mode_duplicate() could return NULL due to lack of memory, which
could cause NULL pointer dereference. Add a check to prevent it.
Zhang Zekun (2):
drm/i2c/ch7006: Add a check to prevent NULL pointer dereference
drm/panel: himax-hx83102: Add a check to prevent NULL pointer
dereference