OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2779-g3f691e6

Gerrit Code Review gerrit@openafs.org
Thu, 26 Jul 2012 10:53:02 -0700 (PDT)


The following commit has been merged in the master branch:
commit 3f691e663cc55ffb89386e53535030c659cb2fc2
Author: Garrett Wollman <wollman@csail.mit.edu>
Date:   Wed Jul 25 00:06:05 2012 -0400

    kauth: ka_CellToRealm's "realm" parameter cannot be null
    
    Annotate ka_CellToRealm with AFS_NONNULL to indicate that its
    "realm" parameter cannot be null; it does not make sense to call
    this routine without this parameter.  (The static analyzer inlines
    the call to ka_ExpandCell and concludes that "realm" might be null;
    the annotation will prevent that and avoid a false positive.)
    
    Change-Id: Id7fac19cf4eb4bdb1decde81d951b8bcd96fce71
    Reviewed-on: http://gerrit.openafs.org/7865
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/kauth/kautils.p.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository