OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1493-g8776f19
Gerrit Code Review
gerrit@openafs.org
Sun, 7 Aug 2011 11:50:49 -0700 (PDT)
The following commit has been merged in the master branch:
commit 8776f194173bf688da9982845303c98da458fa3f
Author: Garrett Wollman <wollman@csail.mit.edu>
Date: Sun Aug 7 00:09:33 2011 -0400
afs_pioctl: don't use cell uninitialized in PGetTokens2
An unlikely error condition could lead to the variable cell in
PGetTokens2 being passed uninitialized to afs_PutCell. Initialize
it to NULL beforehand to avoid this.
Change-Id: Ia8ded86df9d8af2f08c02d39749252d98a6c9ffe
Found-by: clang static analyzer
Reviewed-on: http://gerrit.openafs.org/5168
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs_pioctl.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository