OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_2_1-103-g65ae131

Gerrit Code Review gerrit@openafs.org
Thu, 4 Apr 2013 01:18:01 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 65ae1315891e4c4802b82bdeceea40d20865a648
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Wed Apr 3 07:09:03 2013 -0400

    fix garbage counters in supergroup prdb_check
    
    This is a backport of one hunk of commit
    9efc255ab8de7ad90c7d599fea7bd1956bfd48c2, where a calloc fixes an
    incorrectly sized memset. The original memset clears the size of the
    pointer, not the sizeof the structure.
    
    Change-Id: I40250e0346345fe9b4b43d14e76ea5fb23c8c04b
    Reviewed-on: http://gerrit.openafs.org/9701
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

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

-- 
OpenAFS Master Repository