OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-94-g953a204
Gerrit Code Review
gerrit@openafs.org
Tue, 11 May 2010 22:28:33 -0700 (PDT)
The following commit has been merged in the master branch:
commit 953a2049a9a451a1f4015a64f8c5153044beba13
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Mon May 10 09:07:50 2010 -0400
Windows: Prevent overflow during percent used calc in Explorer Shell Ext
In the Volume Info and Partition Info dialog boxes, percent used
was overflowing the variable due to using too small a variable
and multiplying before dividing.
FIXES 126846
Change-Id: I9a8a9275d22675cfb53c9e520758f2c4d6606954
Reviewed-on: http://gerrit.openafs.org/1939
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/client_exp/partition_info_dlg.cpp | 4 ++--
src/WINNT/client_exp/volume_inf.h | 12 ++++++------
src/WINNT/client_exp/volume_info.h | 2 +-
src/WINNT/client_exp/volumeinfo.cpp | 6 +++---
4 files changed, 12 insertions(+), 12 deletions(-)
--
OpenAFS Master Repository