OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2320-g408afc5

Gerrit Code Review gerrit@openafs.org
Sun, 8 Apr 2012 18:15:59 -0700 (PDT)


The following commit has been merged in the master branch:
commit 408afc5690fc8ac3b6942983765ab36e63d2534d
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.
    
    Change-Id: I8cded7bed4e289e9603778e06873f94fd3924aa8
    Reviewed-on: http://gerrit.openafs.org/7083
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

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

-- 
OpenAFS Master Repository