Files
linux/net/9p
Dan Carpenter bc92e1f6c2 9p: strlen() doesn't count the terminator
commit 5c4bfa17f3 upstream.

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.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-08-10 10:20:39 -07:00
..
2009-11-02 08:43:45 -06:00
2008-10-17 11:04:41 -05:00
2009-02-06 22:07:41 -08:00
2009-08-17 16:27:57 -05:00