OpenAFS Master Repository branch, master, updated. 8978e035bab7c49cceb942589f65d8b0a5d0465c

Gerrit Code Review gerrit@openafs.org
Fri, 10 Jul 2009 12:49:39 -0700 (PDT)


The following commit has been merged in the master branch:
commit 8978e035bab7c49cceb942589f65d8b0a5d0465c
Author: Russ Allbery <rra@stanford.edu>
Date:   Fri Jul 10 08:10:37 2009 -0700

    Clean up uses of strcpy and strcat in src/vol/namei_ops.c
    
    Replace all uses of strcpy and strcat in src/vol/namei_ops.c with either
    strlcpy/strlcat or afs_snprintf as appropriate.
    
    Reviewed-on: http://gerrit.openafs.org/29
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Verified-by: Derrick Brashear <shadow@dementia.org>

 src/vol/namei_ops.c |   79 ++++++++++++++++++++++++++-------------------------
 1 files changed, 40 insertions(+), 39 deletions(-)

-- 
OpenAFS Master Repository