mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	The release notes says this: As already said, the changes since 2.1.1 are primarily bug fixes, addressing compiler warnings and issues reported by diagnostic tools, but also build failures for some configurations. https://lists.infradead.org/pipermail/linux-mtd/2020-July/081299.html Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
		
			
				
	
	
		
			12 lines
		
	
	
		
			366 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			366 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- 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;
 | 
						|
 	}
 |