OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3537-g44e8064
Gerrit Code Review
gerrit@openafs.org
Wed, 27 Feb 2013 12:46:14 -0800 (PST)
The following commit has been merged in the master branch:
commit 44e806431bec3149a78127f5d1003e84e3a0b072
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Wed Feb 27 10:34:59 2013 +0000
ubik: Avoid unlinking garbage
If SDISK_SendFail fails before the pathname to the temporary file
has been constructed, then the failure handler will unlink stack
garbage, with variable results.
Initialise the string, and check to see if it has contents before
calling unlink
Change-Id: I1de898d5f0f0dc608e9c9c62dc66e6b4b9fdc5bf
Reviewed-on: http://gerrit.openafs.org/9299
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/ubik/remote.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository