]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/kern/main.c (grub_set_prefix_and_root): Init prefix.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 19 Oct 2011 18:30:06 +0000 (20:30 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 19 Oct 2011 18:30:06 +0000 (20:30 +0200)
ChangeLog
grub-core/kern/main.c

index ee678a9e3959d1842dfc376841b4da4fb2dbeac4..6210a4eaba28ae227350620b358e64e48f3ce97e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-10-19  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/kern/main.c (grub_set_prefix_and_root): Init prefix.
+
 2011-10-19  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/kern/ieee1275/openfw.c (grub_ieee1275_encode_devname):
index 77be114220cb3dd44182cab98a33845400d6aa32..bf27898605851e79ab5a5d7c0d8efda08c603d17 100644 (file)
@@ -105,7 +105,7 @@ grub_set_prefix_and_root (void)
   char *path = NULL;
   char *fwdevice = NULL;
   char *fwpath = NULL;
-  char *prefix;
+  char *prefix = NULL;
   struct grub_module_header *header;
 
   FOR_MODULES (header)