]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/grub-0.97/fix-uninitialized
Neuen Tux von Alex bekommen! Merci beaucoup :D
[ipfire-2.x.git] / src / patches / grub-0.97 / fix-uninitialized
CommitLineData
c98e55d8
HS
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;