OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-245-g9baec50
Gerrit Code Review
gerrit@openafs.org
Sat, 12 Jun 2010 22:42:01 -0700 (PDT)
The following commit has been merged in the master branch:
commit 904c9fbebab97b760dd853fa393e1c576c7db00c
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Sat Jun 12 10:35:34 2010 +0100
fs: Can't use store behind data if pioctl errored
If the call to a pioctl returns an error, it's possible to reach
the end of the storebehind function and try and print an old, or
bogus, value from the pioctl data block.
Caught by clang-analyzer
Change-Id: I1209c0c24730273510fbad98a75a429917836605
Reviewed-on: http://gerrit.openafs.org/2142
Reviewed-by: Russ Allbery <rra@stanford.edu>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/venus/fs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository