Sophie

Sophie

distrib > Mandriva > 7.2 > i586 > media > main-src > by-pkgid > 5fd1c1a9e76d83bef94d83c33a15b734 > files > 2

lilo-0.21.5.1-4mdk.src.rpm

--- lilo-21.4.4/lilo.c
+++ lilo-21.4.4/lilo.c
@@ -459,7 +459,7 @@
     }
     preload_dev_cache();
     if (identify) identify_image(identify,ident_opt);
-    if (strncmp("/dev/md",cfg_get_strg(cf_options,"boot"),7) == 0) {
+    if (cfg_get_strg(cf_options,"boot") && strncmp("/dev/md",cfg_get_strg(cf_options,"boot"),7) == 0) {
 	if ((md_fd=open(cfg_get_strg(cf_options,"boot"),O_NOACCESS)) < 0)
 	    die("Unable to open %s",cfg_get_strg(cf_options,"boot"));
 	if (fstat(md_fd,&st) < 0)