OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4674-g86053be

Gerrit Code Review gerrit@openafs.org
Sun, 23 Aug 2015 17:42:42 -0400


The following commit has been merged in the master branch:
commit 86053beac56629f7bdbc2695fda560e0410e430f
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Sat Mar 2 09:19:13 2013 +0000

    Unix CM: Make rootVolume array big enough
    
    In afs_CheckRootVolume, the local rootVolumeName array needs to
    be large enough to hold the contents of the global
    afs_rootVolumeName string, which is 64 characters long. Fix our
    local array to be the same length by using a new defined constant
    MAXROOTVOLNAMELEN.
    
    Caught by coverity (#985758)
    
    Change-Id: I4c926b94efb40d7107e2d7160ade0ba8b381004e
    Reviewed-on: http://gerrit.openafs.org/9348
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/afs/afs.h            |    1 +
 src/afs/afs_daemons.c    |    2 +-
 src/afs/afs_prototypes.h |    2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository