Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
grub2.31391
grub2-ppc64-cas-new-scope.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File grub2-ppc64-cas-new-scope.patch of Package grub2.31391
Index: grub-2.02/grub-core/normal/main.c =================================================================== --- grub-2.02.orig/grub-core/normal/main.c +++ grub-2.02/grub-core/normal/main.c @@ -282,10 +282,11 @@ grub_normal_execute (const char *config, int boot; boot = 0; char *script; + char *dummy[1] = { NULL }; script = grub_malloc (1024); if (! grub_ieee1275_cas_reboot (script)) { - if (! grub_script_execute_sourcecode (script)) + if (! grub_script_execute_new_scope (script, 0, dummy)) boot = 1; } grub_free (script);
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