Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP3:GA
grub2.3179
grub2-xen-fix-bzImage-payload-length.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File grub2-xen-fix-bzImage-payload-length.patch of Package grub2.3179
Index: grub-2.02~beta2/grub-core/loader/i386/xen_file.c =================================================================== --- grub-2.02~beta2.orig/grub-core/loader/i386/xen_file.c +++ grub-2.02~beta2/grub-core/loader/i386/xen_file.c @@ -54,11 +54,11 @@ grub_xen_file (grub_file_t file) grub_dprintf ("xen", "found bzimage payload 0x%llx-0x%llx\n", (unsigned long long) (lh.setup_sects + 1) * 512 + lh.payload_offset, - (unsigned long long) lh.payload_length - 4); + (unsigned long long) lh.payload_length); off_file = grub_file_offset_open (file, (lh.setup_sects + 1) * 512 + lh.payload_offset, - lh.payload_length - 4); + lh.payload_length); if (!off_file) goto fail;
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