]> git.saurik.com Git - apple/xnu.git/blobdiff - pexpert/gen/bootargs.c
xnu-344.tar.gz
[apple/xnu.git] / pexpert / gen / bootargs.c
index 193261b2e9b0f8949c5e89b31d22c4689c106eb2..70463e769e39773a568186f3f22e1ec7b9dafafc 100644 (file)
@@ -41,6 +41,8 @@ PE_parse_boot_arg(
        boolean_t arg_found;
 
        args = PE_boot_args();
+       if (*args == '\0') return FALSE;
+
        arg_found = FALSE;
 
        while(isargsep(*args)) args++;