OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_2_1-97-g01ee055

Gerrit Code Review gerrit@openafs.org
Wed, 3 Apr 2013 11:16:02 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 01ee0551ba5f3d874a9d012b7b362813bb4212f1
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Wed Feb 27 10:34:59 2013 +0000

    ubik: Avoid unlinking garbage
    
    If SDISK_SendFail fails before the pathname to the temporary file
    has been constructed, then the failure handler will unlink stack
    garbage, with variable results.
    
    Initialise the string, and check to see if it has contents before
    calling unlink
    
    Reviewed-on: http://gerrit.openafs.org/9299
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    (cherry picked from commit 44e806431bec3149a78127f5d1003e84e3a0b072)
    
    Change-Id: I366de3ce15a5e1ea855eb45110ff7acf1748c377
    Reviewed-on: http://gerrit.openafs.org/9538
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/ubik/remote.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository