From: Dan Carpenter Date: Fri, 9 Jul 2010 23:51:54 +0000 (+0000) Subject: 9p: strlen() doesn't count the terminator X-Git-Tag: v2.6.36-rc1~571^2~259 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c4bfa17f3ec46becec4b23d12323f7605ebd696;p=pandora-kernel.git 9p: strlen() doesn't count the terminator This is an off by one bug because strlen() doesn't count the NULL terminator. We strcpy() addr into a fixed length array of size UNIX_PATH_MAX later on. The addr variable is the name of the device being mounted. CC: stable@kernel.org Signed-off-by: Dan Carpenter Signed-off-by: David S. Miller --- Reading git-diff-tree failed