OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3563-g80875f8
Gerrit Code Review
gerrit@openafs.org
Sun, 3 Mar 2013 19:05:04 -0800 (PST)
The following commit has been merged in the master branch:
commit 80875f8aa1540bf032073a4843566bbe6b1fe301
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Fri Mar 1 12:12:07 2013 +0000
up: Fix improper use of readlink
readlink returns a non-NUL terminated string. If the string must be
terminated, we need to have space in the buffer for it. So, the
buffer passed to readlink must be 1 less than the real length of
the buffer.
Caught by coverity (#985597, #985610)
Change-Id: Id9a6f8227d756140960ac295330aaf17dca2ec03
Reviewed-on: http://gerrit.openafs.org/9329
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/venus/up.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository