OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3402-g519d43c

Gerrit Code Review gerrit@openafs.org
Wed, 20 Feb 2013 12:31:03 -0800 (PST)


The following commit has been merged in the master branch:
commit 0f46f6b333b92e66ad987778f5084e3620cff30a
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Tue Feb 12 13:12:47 2013 +0000

    ptserver: Simplify malloc assignment to shut up clang
    
    Using a temporary variable of type (char *) to store the results
    of malloc and realloc, and then casting the tmp variable to the
    real type causes clang-analyzer to complain. Just simplify this
    code by always using the real type in order to shut it up.
    
    Change-Id: I607bb36d1899dc617fdbd9e09e18ff10c9fa9ce9
    Reviewed-on: http://gerrit.openafs.org/9148
    Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/ptserver/ptutils.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository