OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-24-ga43c893
Gerrit Code Review
gerrit@openafs.org
Sat, 5 Sep 2009 06:41:52 -0700 (PDT)
The following commit has been merged in the master branch:
commit a43c893d498effd1165bfe78179934194c34b448
Author: Jeffrey Altman <jaltman@secure-endpoints.com>
Date: Fri Sep 4 23:13:52 2009 -0400
Windows: Freelance get callback sync and uninitialized variables
In cm_GetCallback the Freelance mode case did not properly
synchronize attempts to fake obtain a callback.
cm_GetCallback also failed to initialize the contents of afsStatus and
volSync which are used as input to cm_MergeStatus.
cm_MergeStatus special cased the freelance root.afs volume root
directory but failed to handle any other freelance volume objects.
As a result it used the contents of the uninitialzed input structures
to populate the status of the object for which the callback was
obtained.
LICENSE MIT
Reviewed-on: http://gerrit.openafs.org/401
Tested-by: Asanka Herath <asanka@secure-endpoints.com>
Reviewed-by: Asanka Herath <asanka@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/afsd/cm_callback.c | 27 +++++++++++++++++++--------
src/WINNT/afsd/cm_scache.c | 17 ++++++++++++-----
2 files changed, 31 insertions(+), 13 deletions(-)
--
OpenAFS Master Repository