OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_73-8-g7d69cfb

Gerrit Code Review gerrit@openafs.org
Fri, 26 Mar 2010 21:03:52 -0700 (PDT)


The following commit has been merged in the master branch:
commit 7d69cfbc20f1354b1dd9094b5ad496c8beaa5c58
Author: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Date:   Thu Jan 7 18:35:37 2010 -0500

    LINUX: you dont need to memset() after allocating credentials
    
    If you wanted to create a blank credential, you wouldn't want to make
    it uid = 0.  Anyone allocating a credential SHOULD properly fill in all
    fields making this blanking operation moot.  Regardless, this memset()
    is before the allocation failure test and would/could panic.
    
    Change-Id: Ia182a874a5e1bf28a2cd94898f67d81e5588d58c
    Reviewed-on: http://gerrit.openafs.org/1080
    Tested-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/afs/LINUX/osi_cred.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository