OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3591-gcc19482

Gerrit Code Review gerrit@openafs.org
Sat, 9 Mar 2013 19:14:20 -0800 (PST)


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

    kauth: Don't overflow stack when building username
    
    knfs constructs the userName by combining the clientName.name
    and clientName.instance arrays, along with a dot separator. Make
    sure that the userName array is big enough to hold these, and
    use strlcpy and strlcat just to make sure.
    
    Caught by coverity (#985829)
    
    Change-Id: I75431212c8464861a26546c9e47d13acbff08967
    Reviewed-on: http://gerrit.openafs.org/9351
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/kauth/knfs.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository