Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:qzhao:branches:Base:System_Bug1233532_plymouth-start.service_Failed_start_Plymouth_Screen
plymouth
plymouth-input-avoid-get-NULL-device.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File plymouth-input-avoid-get-NULL-device.patch of Package plymouth
--- plymouth-22.02.122+180.b1d5aa9/src/plugins/renderers/drm/plugin.c +++ plymouth-22.02.122+180.b1d5aa9_new/src/plugins/renderers/drm/plugin.c @@ -1960,10 +1960,12 @@ { if (using_input_device (&backend->input_source)) { ply_input_device_t *dev = get_any_input_device_with_leds (backend); + if (dev != NULL) { const char *keymap = ply_input_device_get_keymap (dev); if (keymap != NULL) { return keymap; } + } } if (!backend->terminal) return NULL;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor