kernel-hacking-2024-linux-s.../net/9p
Dan Carpenter cff6b8a9b8 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.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
2010-08-02 10:37:17 -05: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-08-02 10:37:17 -05:00
trans_rdma.c
trans_virtio.c
util.c