]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/grub-0.97/fix-uninitialized
SVN ist durcheinandergekommen bei Pfad-Anpassung Part 2 (Ende)
[ipfire-2.x.git] / src / patches / grub-0.97 / fix-uninitialized
1 --- grub-0.97/netboot/i82586.c.orig 2003-07-09 13:45:37.000000000 +0200
2 +++ grub-0.97/netboot/i82586.c 2006-04-20 18:50:20.000000000 +0200
3 @@ -735,7 +735,7 @@ static unsigned char exos_i186_init[] =
4 static int exos205_probe2(void)
5 {
6 unsigned short i;
7 - unsigned short shmem[10];
8 + unsigned short shmem[10] = { 0,0,0,0,0,0,0,0,0,0 };
9
10 /* Fix the ISCP address and base. */
11 init_words[3] = scb_base;