OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1845-gda00d71
Gerrit Code Review
gerrit@openafs.org
Fri, 4 Nov 2011 15:39:35 -0700 (PDT)
The following commit has been merged in the master branch:
commit da00d719a77607d8873067902f5db5bff02d0e99
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Fri Nov 4 09:34:53 2011 -0400
Windows: NPCancelConnection set correct length
The RemoteNameLength passed in the IOCTL_AFS_CANCEL_CONNECTION call
must not include the trailing NUL. NPGetConnection() returns the
size of the buffer used which does include the trailing NUL.
Change-Id: Ic5eae51aade91db4a799bea83d898af6fbc37504
Reviewed-on: http://gerrit.openafs.org/5806
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/WINNT/afsrdr/npdll/AFS_Npdll.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository