Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:vlefebvre:unified
systemd
addons-stub-stricter-condition.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File addons-stub-stricter-condition.patch of Package systemd
diff -Ppdru systemd-v255.7+suse.33.g603cd1d4d8/src/boot/efi/stub.c systemd-v255.7+suse.33.g603cd1d4d8-bis/src/boot/efi/stub.c --- systemd-v255.7+suse.33.g603cd1d4d8/src/boot/efi/stub.c 2024-06-12 11:43:48.389406466 +0200 +++ systemd-v255.7+suse.33.g603cd1d4d8-bis/src/boot/efi/stub.c 2024-06-25 16:41:03.412694141 +0200 @@ -300,7 +300,7 @@ static EFI_STATUS load_addons_from_efi( if (err != EFI_SUCCESS) return log_error_status(err, "Failed to load addons from EFI protocol: %m"); - while (*addon_paths) { + while (*addon_paths && (*addon_paths)->Length > 0 && (*addon_paths)->Type > 0) { char16_t *spath = NULL; /* If we increment this pointer instead of addon_paths_split, we will arrive on a end node * marker */
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