From: Bernd Schmidt Date: Tue, 6 Oct 2009 08:55:26 +0000 (+0100) Subject: ROMFS: fix length used with romfs_dev_strnlen() function X-Git-Tag: v2.6.32-rc4~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef1f7a7e878e4ae37b3a78ebdeef9f911bae59df;p=pandora-kernel.git ROMFS: fix length used with romfs_dev_strnlen() function An interestingly corrupted romfs file system exposed a problem with the romfs_dev_strnlen function: it's passing the wrong value to its helpers. Rather than limit the string to the length passed in by the callers, it uses the size of the device as the limit. Signed-off-by: Bernd Schmidt Signed-off-by: Mike Frysinger Signed-off-by: David Howells Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed