OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3589-g908105f
Gerrit Code Review
gerrit@openafs.org
Thu, 7 Mar 2013 08:10:01 -0800 (PST)
The following commit has been merged in the master branch:
commit 908105fe8d51551e45692de4e145022138a0356c
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sat Mar 2 11:49:13 2013 +0000
fstrace: Don't read uninitialised data
The pftix variable points to the next free element in the
printfTypes array, so when we iterate through that array to
read that data back, we should stop when our iterator equals
pftix, not when it is greater than it.
Caught by coverity (#986013)
Change-Id: Ie08ebdd28cdde6647e91da5c5f67512096ecb34c
Reviewed-on: http://gerrit.openafs.org/9442
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/venus/fstrace.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository