OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3847-g8bf7785
Gerrit Code Review
gerrit@openafs.org
Fri, 12 Jul 2013 08:03:20 -0700 (PDT)
The following commit has been merged in the master branch:
commit 8bf77854874cff730d0cf38a532ebf4ea0f2bc30
Author: Russ Allbery <rra@stanford.edu>
Date: Sat Jun 29 14:29:06 2013 -0700
Fix restorevol sanity check on afs_int32
restorevol reads various values of different lengths into an
afs_int32 and does a sanity check to ensure that there is enough
room to store the desired value length. However, the check was
done against the wrong variable, making it ineffective.
This check is unlikely to ever trigger, but fix it just in case.
Change-Id: Ia81bd9ff9a2ce8e2d93af384c8e8c664f5434d5e
Reviewed-on: http://gerrit.openafs.org/10026
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/volser/restorevol.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository