OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4698-g456b68c
Gerrit Code Review
gerrit@openafs.org
Thu, 24 Sep 2015 00:19:12 -0400
The following commit has been merged in the master branch:
commit 456b68ccb6d8ad31b735d2c08d0313963ff66c22
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Tue Jun 9 08:44:43 2015 -0400
Windows: AFSRetrieveParentPath handle no parent
AFSRetrieveParentPath() when presented with a relative path that has no
parent will walk off the front of the FullFileName buffer. Add checks to
ensure that Length never becomes less than zero.
Change-Id: I7d619dc569d6c002b1d236a9340921414c51647f
Reviewed-on: http://gerrit.openafs.org/11888
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsrdr/kernel/lib/AFSGeneric.cpp | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository