Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
grub
fix-uninitialized
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-uninitialized of Package grub
--- grub-0.97/netboot/i82586.c.orig 2003-07-09 13:45:37.000000000 +0200 +++ grub-0.97/netboot/i82586.c 2006-04-20 18:50:20.000000000 +0200 @@ -735,7 +735,7 @@ static unsigned char exos_i186_init[] = static int exos205_probe2(void) { unsigned short i; - unsigned short shmem[10]; + unsigned short shmem[10] = { 0,0,0,0,0,0,0,0,0,0 }; /* Fix the ISCP address and base. */ init_words[3] = scb_base;
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