]> git.ipfire.org Git - thirdparty/plymouth.git/commit
drm: Check for NULL terminal in watch_input_device
authorDaniel van Vugt <daniel.van.vugt@canonical.com>
Thu, 27 Mar 2025 09:19:44 +0000 (17:19 +0800)
committerHans de Goede <jwrdegoede@fedoraproject.org>
Thu, 19 Jun 2025 20:42:32 +0000 (20:42 +0000)
commitd20b1be527817c21500c3daa4dfdd0e9c7c731b8
treeee9b1636d1d50f23d748943cb72f7085764e2a87
parent87105eb500a483626d886f8a740702c60456361a
drm: Check for NULL terminal in watch_input_device

It's allowed to be NULL and the rest of the source file checks for NULL.
Seems the check was just forgotten here.

Closes: https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/288
src/plugins/renderers/drm/plugin.c