You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
342 B
11 lines
342 B
--- a/mkfs.jffs2.c
|
|
+++ b/mkfs.jffs2.c
|
|
@@ -422,7 +422,7 @@ static int interpret_table_entry(struct
|
|
|
|
if (sscanf (line, "%" SCANF_PREFIX "s %c %lo %lu %lu %lu %lu %lu %lu %lu",
|
|
SCANF_STRING(name), &type, &mode, &uid, &gid, &major, &minor,
|
|
- &start, &increment, &count) < 0)
|
|
+ &start, &increment, &count) < 10)
|
|
{
|
|
return 1;
|
|
}
|
|
|