linux/net/9p
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
..
client.c 9p: add 9P2000.L rename operation 2010-05-21 16:44:34 -05:00
error.c
Kconfig
Makefile
mod.c
protocol.c kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN 2010-05-25 08:07:02 -07:00
protocol.h
trans_fd.c 9p: strlen() doesn't count the terminator 2010-07-12 20:21:43 -07:00
trans_rdma.c
trans_virtio.c
util.c