summaryrefslogtreecommitdiff
path: root/init/calibrate.c
diff options
context:
space:
mode:
authorDan Carpenter <error27@gmail.com>2010-07-10 09:51:54 (GMT)
committerEric Van Hensbergen <ericvh@gmail.com>2010-08-02 15:37:17 (GMT)
commitcff6b8a9b81b404e8ce0257b26007c3afe625212 (patch)
tree8d8793de1843a1831f5ee38efb273a30f06c2a65 /init/calibrate.c
parentb126468e08d92aaeffa58ef04d70e417241dadc1 (diff)
downloadlinux-fsl-qoriq-cff6b8a9b81b404e8ce0257b26007c3afe625212.tar.xz
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>
Diffstat (limited to 'init/calibrate.c')
0 files changed, 0 insertions, 0 deletions