OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2745-g466ba9c

Gerrit Code Review gerrit@openafs.org
Sun, 22 Jul 2012 05:22:29 -0700 (PDT)


The following commit has been merged in the master branch:
commit 466ba9cb60816a455c15e7c3dba5f325f005f2fe
Author: Garrett Wollman <wollman@csail.mit.edu>
Date:   Sat Jul 21 01:22:02 2012 -0400

    opr: constify various string functions and mark them AFS_NONNULL()
    
    All of these string functions require at least one non-null argument.
    Mark them as AFS_NONNULL() so that the compiler and static checker can
    find erroneous uses.  The "source" arguments of lcstring and ucstring
    can be const, so do so.  (This doesn't affect anything in the tree
    right now.)  While here, note a few unfixed issues with these interfaces.)
    
    Change-Id: If2a8dd4d617795560e92c09ee604780f90edce6a
    Reviewed-on: http://gerrit.openafs.org/7804
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/opr/casestrcpy.c |    6 +++---
 src/opr/opr.h        |   12 +++++++-----
 2 files changed, 10 insertions(+), 8 deletions(-)

-- 
OpenAFS Master Repository