OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_2-38-gff77c3a

Gerrit Code Review gerrit@openafs.org
Fri, 22 Mar 2013 07:25:16 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit ff77c3a190b0271381d9f79e260f806befbafeee
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Fri Mar 30 19:31:10 2012 +0100

    vol: Call memset with the correct size
    
    Call memset with the size of the structure we're initialising to 0,
    and not the size of the pointer to that structure.
    
    Caught by clang's new warnings.
    
    Reviewed-on: http://gerrit.openafs.org/7083
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    (cherry picked from commit 408afc5690fc8ac3b6942983765ab36e63d2534d)
    
    Change-Id: I25fd235ffd7478295bf205b232ecc5816f962d3f
    Reviewed-on: http://gerrit.openafs.org/9472
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/vol/vol-salvage.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository