Initial commit
This commit is contained in:
11
tools/mtd-utils/patches/100-sscanf_fix.patch
Normal file
11
tools/mtd-utils/patches/100-sscanf_fix.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/jffsX-utils/mkfs.jffs2.c
|
||||
+++ b/jffsX-utils/mkfs.jffs2.c
|
||||
@@ -428,7 +428,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;
|
||||
}
|
||||
Reference in New Issue
Block a user