The following commit has been merged in the master branch:
commit 86053beac56629f7bdbc2695fda560e0410e430f
Author: Simon Wilkinson <[email protected]>
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 <[email protected]>
    Tested-by: BuildBot <[email protected]>

 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
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to