Dan Carpenter 5c4bfa17f3 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 <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-07-12 20:21:43 -07:00
..
2010-04-20 16:37:13 -07:00
2010-06-29 00:06:38 -07:00
2010-05-31 00:24:11 -07:00
2010-07-12 12:57:55 -07:00
2010-06-11 18:37:08 -07:00
2010-07-12 12:57:54 -07:00
2010-06-03 03:21:52 -07:00
2010-05-17 23:23:13 -07:00
2010-04-20 16:37:13 -07:00
2010-05-29 00:18:48 -07:00
2010-04-20 16:37:13 -07:00
2010-06-30 12:12:37 -07:00
2009-07-12 12:22:34 -07:00
2010-05-17 17:39:28 -07:00