From: Dan Carpenter Date: Wed, 18 Jan 2012 09:56:02 +0000 (+0300) Subject: nfsd: don't allow zero length strings in cache_parse() X-Git-Tag: v3.4-rc1~40^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d8d17499810479eabd10731179c04b2ca22152f;p=pandora-kernel.git nfsd: don't allow zero length strings in cache_parse() There is no point in passing a zero length string here and quite a few of that cache_parse() implementations will Oops if count is zero. Signed-off-by: Dan Carpenter Cc: stable@kernel.org Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed