OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3769-g975c11c
Gerrit Code Review
gerrit@openafs.org
Mon, 13 May 2013 10:40:23 -0700 (PDT)
The following commit has been merged in the master branch:
commit 975c11cb357f553f9f90a231546e0b42c6e79d31
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Mon May 13 10:09:11 2013 -0400
Windows: NotifyHardLink avoid null ptr reference
In AFSNotifyHardLink, if the TargetDirectoryCB out parameter is non-NULL
but pDirNode is NULL, do not attempt to increment the
DirOpenReferenceCount because doing so will trigger an exception.
Change-Id: I9d50e05aff9a4922113f814dd3d50e115725ecca
Reviewed-on: http://gerrit.openafs.org/9903
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsrdr/kernel/lib/AFSCommSupport.cpp | 20 ++++++++++++--------
1 files changed, 12 insertions(+), 8 deletions(-)
--
OpenAFS Master Repository