home: hub: mkinitfs

Download patch

ref: 5f6672c1f9c71909f9da5717664b713ac53cb632
parent: 79c534fc67e03ef1f0b948b548fbbc40a5d53296
author: Timo Teräs <timo.teras@iki.fi>
date: Fri Oct 23 04:52:50 CDT 2015

nlplug-findfs: check for valid key value pair in uevent processing

just to be on the safe side

--- a/nlplug-findfs.c
+++ b/nlplug-findfs.c
@@ -559,7 +559,7 @@
 			continue;
 		}
 
-		if (!slen)
+		if (!slen || !value)
 			continue;
 
 		value++;