Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
xen.22544
5d9ef2a1-EFI-deref-pointer-in-set_color.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 5d9ef2a1-EFI-deref-pointer-in-set_color.patch of Package xen.22544
# Commit 17f3029da4048a2a77c8a0a5c1995a1edd0bb8e9 # Date 2019-10-10 10:58:09 +0200 # Author Igor Druzhinin <igor.druzhinin@citrix.com> # Committer Jan Beulich <jbeulich@suse.com> efi/boot: add missing pointer dereference in set_color Signed-off-by: Igor Druzhinin <igor.druzhinin@citrix.com> Reviewed-by: Jan Beulich <jbeulich@suse.com> --- a/xen/common/efi/boot.c +++ b/xen/common/efi/boot.c @@ -1051,7 +1051,7 @@ static int __init __maybe_unused set_col return -EINVAL; for ( *pos = 0; !(mask & 1); ++*pos ) mask >>= 1; - for ( *sz = 0; mask & 1; ++sz) + for ( *sz = 0; mask & 1; ++*sz) mask >>= 1; if ( mask ) return -EINVAL;
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