OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2793-gcac7bcd

Gerrit Code Review gerrit@openafs.org
Fri, 27 Jul 2012 22:26:17 -0700 (PDT)


The following commit has been merged in the master branch:
commit cac7bcda084879a876d93eb0480c2f7c76c25a4a
Author: Garrett Wollman <wollman@csail.mit.edu>
Date:   Sat Jul 28 00:18:00 2012 -0400

    afscp: avoid null dereference in _GetSecurityObject error case
    
    Handle the possible error return from krb5_get_host_realm in the
    same way as the other error cases (using an anonymous security
    object); otherwise "realm" would be left null.
    
    Change-Id: I5ce7a614a3e272b3a9903a8e95545a8116d1af3c
    Reviewed-on: http://gerrit.openafs.org/7891
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/libafscp/afscp_util.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository