OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0b-217-g2e0c077

Gerrit Code Review gerrit@openafs.org
Fri, 16 Dec 2011 03:03:50 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit e7e1d685f579ec5d83ac713835d173b99b9b072f
Author: Garrett Wollman <wollman@csail.mit.edu>
Date:   Sat Aug 6 23:36:14 2011 -0400

    butc: initialize startTime before it is used
    
    In some unusual error situations, startTime may be used uninitialized.
    Move the initialization up above the first such error condition.
    (None of the intervening code can take measurably long to execute
    so this should not make any difference in the non-error case.)
    
    Found-by: clang static analyzer
    Reviewed-on: http://gerrit.openafs.org/5165
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit 34cc26a1b11bc8cf8f91996a019ac4b7d21dccd8)
    
    Change-Id: I70e08b61fbc33857da88224a0577330a0d68d9a7
    Reviewed-on: http://gerrit.openafs.org/6304
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Tested-by: Derrick Brashear <shadow@dementix.org>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

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

-- 
OpenAFS Master Repository