OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_21-76-g71b820a

Gerrit Code Review gerrit@openafs.org
Sat, 2 Feb 2013 21:41:35 -0800 (PST)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 769829cb6cfd050ffa09c1e9be95328dea59cbc5
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sun Jan 27 15:06:09 2013 -0500

    Windows: AFSEvaluateTargetByID Sanity Check Result
    
    If the file server provides the service with bogus status info
    and that status info is inconsistent with the allocated fields
    in the associated ObjectInformationCB and FCB structures, it can
    result in a BSOD.  Perform some basic sanity checks and if an
    inconsistency is discovered, fail the request.  This may result
    in the inability to access a file/directory but will prevent a
    BSOD.
    
    Reviewed-on: http://gerrit.openafs.org/8994
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
    (cherry picked from commit 8099525c4a0251974c0a66c4b72fc26187691f29)
    
    Change-Id: I1890f0f7d8766506051615406d14aecb7552dce7
    Reviewed-on: http://gerrit.openafs.org/9055
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsrdr/kernel/lib/AFSCommSupport.cpp |   56 ++++++++++++++++++++++++
 1 files changed, 56 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository