OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3346-g8099525
Gerrit Code Review
gerrit@openafs.org
Sat, 2 Feb 2013 09:25:19 -0800 (PST)
The following commit has been merged in the master branch:
commit 8099525c4a0251974c0a66c4b72fc26187691f29
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.
Change-Id: Iabf66adc5e953dc4ae27ed701148a9ffbf55abcc
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>
src/WINNT/afsrdr/kernel/lib/AFSCommSupport.cpp | 56 ++++++++++++++++++++++++
1 files changed, 56 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository