2014-10-12 15:00:15 +00:00
|
|
|
--- a/mkfs.jffs2.c
|
|
|
|
+++ b/mkfs.jffs2.c
|
2015-05-26 09:25:30 +00:00
|
|
|
@@ -422,7 +422,7 @@ static int interpret_table_entry(struct
|
2014-10-12 15:00:15 +00:00
|
|
|
|
|
|
|
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;
|
|
|
|
}
|